diff --git a/docs/00-index.md b/docs/00-index.md index aa836ff..e0ae28f 100644 --- a/docs/00-index.md +++ b/docs/00-index.md @@ -77,4 +77,4 @@ FPS depends on: We made the default settings to run at least at 10 FPS on any Jetson. -Learn more in the [Customize OpenDataCam documentation](documentation/CONFIG.md#Change-neural-network-weights) \ No newline at end of file +Learn more in the [Configuration documentation](/docs/configuration#use-custom-neural-network-weights) \ No newline at end of file diff --git a/docs/03-configuration.md b/docs/03-configuration.md index a994418..bd2c0fd 100644 --- a/docs/03-configuration.md +++ b/docs/03-configuration.md @@ -550,7 +550,7 @@ For example, if you change the gradient with: ### Use Environment Variables -Some of the entries in `config.json` can be overwritten using environment variables. Currently this is the `PORTS` object and the setting for the `MONGODB_URL`. See the file [.env.example](../.env.example) as an example how to set them. Make sure the use the exact same names or opendatacam will fall back to `config.json`, and if that is not present the general defaults. +Some of the entries in `config.json` can be overwritten using environment variables. Currently this is the `PORTS` object and the setting for the `MONGODB_URL`. See the file [.env.example](https://github.com/opendatacam/opendatacam/blob/development/.env.example) as an example how to set them. Make sure the use the exact same names or opendatacam will fall back to `config.json`, and if that is not present the general defaults. #### Without Docker diff --git a/docs/04-platform-support/01-jetson-nano.md b/docs/04-platform-support/01-jetson-nano.md index b2c0757..4acd6d7 100644 --- a/docs/04-platform-support/01-jetson-nano.md +++ b/docs/04-platform-support/01-jetson-nano.md @@ -43,7 +43,7 @@ Learn more about Jetson Nano ecosystem: [https://elinux.org/Jetson_Nano#Ecosyste ### 1. Flash Jetson Nano: -Follow [Flashing guide](FLASH_JETSON.md#Jetson-Nano) (don't forget to verify if CUDA is in your PATH) +Follow [NVIDIA JetPack Documentation](https://docs.nvidia.com/jetson/jetpack/install-jetpack/index.html) to install the Jetpack on your Jetson Device (don't forget to verify if CUDA is in your PATH) ### 2. Set correct Powermode according to your Power supply