Skip to content

Commit 5a20946

Browse files
committed
Fix git commands and links
1 parent b03606c commit 5a20946

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/contribute.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ ambiguous, we will add two explicit names for remote Git repositories:
6464

6565
.. code-block:: console
6666
$ [`cd` into the directory created by `git clone ...`]
67-
$ git remote add doctrine git@github.com:doctrine/<name-of-project>.git
68-
$ git remote add fork git@github.com:<your-github-name>/<name-of-project>.git
67+
$ git remote add doctrine git@github.com:doctrine/&lt;name-of-project&gt;.git
68+
$ git remote add fork git@github.com:&lt;your-github-name&gt;/&lt;name-of-project&gt;.git
6969
7070
Choosing the right branch
7171
-------------------------
@@ -540,13 +540,13 @@ issues as easily doable before asking for a review.
540540
Security Disclosures
541541
--------------------
542542

543-
You can read more about how to report security issues in our `Security Policy <https://www.doctrine-project.org/policies/security.html>`_.
543+
You can read more about how to report security issues in our `Security Policy </policies/security.html>`_.
544544

545545
Maintainer Workflow
546546
-------------------
547547

548548
You can learn more about the maintainer workflow
549-
`here </maintainer/index.html>`_. Continue reading if you are
549+
`here </contribute/maintainer/index.html>`_. Continue reading if you are
550550
interested in learning more about how to get started with your first
551551
contribution.
552552

source/contribute/website.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ it to a directory like ``/data``:
2020
.. code-block:: console
2121
2222
$ cd /data
23-
$ git clone git@github.com:username/doctrine-website.git
23+
$ git clone git@github.com:&lt;your-github-name&gt;/doctrine-website.git
2424
2525
Next run ``composer install && yarn install`` to install all of the dependencies.
2626

0 commit comments

Comments
 (0)