diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 6b48186..aaa32a1 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -31,9 +31,9 @@ For this example, we assume that ``repo`` is a valid entry in a users ``~/.ssh/c .. code-block:: bash Host repo - Hostname gitlab.com + Hostname github.com User git - IdentityFile=~/.ssh/gitlab_key + IdentityFile=~/.ssh/github_key .. code-block:: bash diff --git a/provision_env.sh b/provision_env.sh index 1ddb509..08824cf 100644 --- a/provision_env.sh +++ b/provision_env.sh @@ -23,7 +23,7 @@ : ${DEFAULT_OUTPUT_DIR:=/tmp/firewheel} # FIREWHEEL model component settings : ${MC_DIR:=${FIREWHEEL_ROOT_DIR}/model_components} -: ${MC_REPO_GROUP:="https://gitlab.com/firewheel/model_components"} +: ${MC_REPO_GROUP:="https://github.com/sandialabs"} : ${MC_BRANCH:="main"} # FIREWHEEL Python environment settings : ${FIREWHEEL_VENV:=${FIREWHEEL_ROOT_DIR}/fwpy}