Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/docker/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions scripts/install/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading