diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-04-09 12:21:03 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-04-09 12:21:03 +0200 |
commit | 2a33af6507dea63b092662ea3a7b8e09dc7e232f (patch) | |
tree | 58aa2b99046a6fccb95108b0c6a1d970965000a6 | |
parent | cf52eb2ab283032edf86620e63e9f7442fe4a70b (diff) | |
download | rakudo-star-2a33af6507dea63b092662ea3a7b8e09dc7e232f.tar.gz rakudo-star-2a33af6507dea63b092662ea3a7b8e09dc7e232f.tar.bz2 |
Update some URLs to render better on Sourcehut
The trailing . was included in the URLs on Sourcehut, which would result
in incorrect links when a user would try to click them to open them.
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -117,7 +117,8 @@ If you're reporting a bug, please include the full logs of `rstar` with ### Code Contributions Code patches can be sent through email. For help getting started with -contributing in this fashion, check out https://git-send-email.io/. +contributing in this fashion, check out +[git-send-email](https://git-send-email.io/). The `rstar` utility is written in `bash`. All additional features should be based on this. Using other utilities is accepted, but effort should be made to @@ -130,8 +131,8 @@ to solve go a long way. ### Repositories -The main git repository lives at https://git.tyil.nl/rakudo-star. This should -be used as the reference to clone from. +The main git repository lives at [git.tyil.nl](https://git.tyil.nl/rakudo-star). +This should be used as the reference to clone from. Additionally, there are mirrors of this repository at other places. You _can_ make use of these mirrors and the services they offer (such as issue tracking |