diff --git a/docs/source/docker/quick-start.rst b/docs/source/docker/quick-start.rst index 84fb61a7f0..b7d7b7cc7e 100644 --- a/docs/source/docker/quick-start.rst +++ b/docs/source/docker/quick-start.rst @@ -7,7 +7,7 @@ Before you get off to such a quick start, go ahead and .. code-block:: python - git checkout dev + git checkout main 4. Create a .env file in the top level directory with the following fields: diff --git a/scripts/install/config.sh b/scripts/install/config.sh index d3b9695098..0408b0aa09 100755 --- a/scripts/install/config.sh +++ b/scripts/install/config.sh @@ -43,7 +43,7 @@ function get_github_api_key() { echo echo "Please provide a valid GitHub API key." echo "For more information on how to create the key, visit:" - echo "https://oss-augur.readthedocs.io/en/dev/getting-started/installation.html#backend" + echo "https://oss-augur.readthedocs.io/en/main/getting-started/installation.html#backend" echo "** This is required for Augur to gather data ***" read -p "GitHub API Key: " github_api_key blank_confirm github_api_key @@ -63,7 +63,7 @@ function get_gitlab_api_key() { echo echo "Please provide a valid GitLab API key." echo "For more information on how to create the key, visit:" - echo "https://oss-augur.readthedocs.io/en/dev/getting-started/installation.html#backend" + echo "https://oss-augur.readthedocs.io/en/main/getting-started/installation.html#backend" echo "** This is required for Augur to gather data ***" read -p "GitLab API Key: " gitlab_api_key blank_confirm gitlab_api_key