Skip to content

Commit

Permalink
Update index.md URLs at end of sentence followed by period are not re…
Browse files Browse the repository at this point in the history
…ndered correctly. (#396)

A URL at the end of a sentence following by a period is rendered with the period added to the URL, creating a broken link.

Co-authored-by: Eric Wieser <[email protected]>
  • Loading branch information
hmonroe and eric-wieser authored Nov 29, 2023
1 parent 582b32c commit 3faefdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ rather than from your own fork, as CI works better this way.)

Typical workflow:
* To get started, you'll need a local copy of mathlib.
* If you've asked for write access (recommended above), you can just use https://github.com/leanprover-community/mathlib4.
* If you've asked for write access (recommended above), you can just use <https://github.com/leanprover-community/mathlib4>.
Otherwise, you'll need to go to https://github.com/leanprover-community/mathlib4 and click "Fork" in the top right,
to make your own fork of the repository.
Your fork is at https://github.com/USER/mathlib4.
Your fork is at [https://github.com/USER/mathlib4](https://github.com/USER/mathlib4).
* Now make a local clone of the repository.
```
git clone https://github.com/leanprover-community/mathlib4.git
Expand Down

0 comments on commit 3faefdc

Please sign in to comment.