Skip to content

Commit ebc31b4

Browse files
committed
Remove changes from docs
1 parent 851e9c5 commit ebc31b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/new_project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ questions:
4545
* - *What github organization will your project live under?*
4646
- This will either be a github organization, or your github username, if you're working outside
4747
of an organization. This is used to construct URLs to your project, like
48-
``https://github.com/{{project_organization}}/{{project_name}}``
48+
``git@github.com:{{project_organization}}/{{project_name}}``
4949
* - *What is the name of the code author?*
5050
- The name of the code's author, or the organization that is responsible for the code.
5151
This will be used in the project and documentation metadata.

docs/source/template_options.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The name of your project.
2525

2626
Must start with a lowercase letter, followed by one or more of the following (a-z, 0-9, _, -).
2727

28-
This will be used to connect to your project on github, as in ``https://github.com/{{project_organization}}/{{project_name}}``.
28+
This will be used to connect to your project on github, as in ``git@github.com:{{project_organization}}/{{project_name}}``.
2929

3030
If you distribute your code via PyPI, this is the name that will be used. This will allow users to install like so: ``pip install <project_name>``.
3131

@@ -71,7 +71,7 @@ This will be:
7171

7272
* Your GitHub username, if you're working outside of an organization.
7373

74-
This is used to construct URLs to your project, as in: ``https://github.com/{{project_organization}}/{{project_name}}``.
74+
This is used to construct URLs to your project, as in: ``git@github.com:{{project_organization}}/{{project_name}}``.
7575

7676

7777
5. Name of the code author

0 commit comments

Comments
 (0)