Trim absolute URLs to relative URLs

This commit is contained in:
A Frederick Christensen 2024-07-31 13:03:08 -05:00
parent 570cf3bc31
commit ed179461db
No known key found for this signature in database
GPG Key ID: 6183FA655784FC36

View File

@ -39,11 +39,11 @@ If you target the unstable `main` branch, specify that in the `Download` link on
Insert a short summary of changes that your patch implements.
### Download
- [git branch](https://codeberg.org/USERNAME/dwl/src/branch/PATCHNAME)
- [git branch](/USERNAME/dwl/src/branch/PATCHNAME)
^ OPTIONAL: Patchers are no longer obligated to maintain public `dwl` branches devoted to their patches
- [dwl-branchname (like "0.7")](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/PATCHNAME/PATCHNAME.patch)
USE THE ^raw^ PATCH LINK HERE
- [main YYYY-MM-DD](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/PATCHNAME/PATCHNAME.patch)
- [dwl-branchname (like "0.7")](/dwl/dwl-patches/raw/branch/main/patches/PATCHNAME/PATCHNAME.patch)
USE THE ^raw^ PATCH LINK HERE
- [main YYYY-MM-DD](/dwl/dwl-patches/raw/branch/main/patches/PATCHNAME/PATCHNAME.patch)
^ For patches targeting the unstable "main" branch, include a YYYY-MM-DD indicator
### Authors - latest at top [Codeberg nick is mandatory; other contact methods optional]
- [YOUR_NICK](https://codeberg.org/USERNAME)