Skip to content

(DOCSP-12692): Tutorial git clone ssh -> https #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2020
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 source/includes/steps-tutorial-android-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ content: |

.. code-block:: console

git clone git@github.com:mongodb-university/realm-tutorial-android-kotlin.git
git clone https://github.com/mongodb-university/realm-tutorial-android-kotlin.git

.. important::

Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-tutorial-ios-swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content: |

.. code-block:: shell

git clone git@github.com:mongodb-university/realm-tutorial-ios-swift.git
git clone https://github.com/mongodb-university/realm-tutorial-ios-swift.git

.. important::

Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-tutorial-react-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content: |

.. code-block:: shell

git clone git@github.com:mongodb-university/realm-tutorial-react-native.git
git clone https://github.com/mongodb-university/realm-tutorial-react-native.git

.. important::

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/nodejs-cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ directly from GitHub:

.. code-block:: console

git clone git@github.com:mongodb-university/realm-tutorial-node-js.git
git clone https://github.com/mongodb-university/realm-tutorial-node-js.git

.. important::

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/realm-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ line tool:

.. code-block:: console

git clone git@github.com:mongodb-university/realm-tutorial-backend.git
git clone https://github.com/mongodb-university/realm-tutorial-backend.git

You should see output like the following:

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/web-graphql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ directly from GitHub:

.. code-block:: shell

git clone git@github.com:mongodb-university/realm-tutorial-web.git
git clone https://github.com/mongodb-university/realm-tutorial-web.git

In your terminal, run the following commands to navigate to the task tracker
client application and install its dependencies:
Expand Down