From 56a7c29a19cb5ee447bf58fcd5c20eb01c4e8800 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 15 Feb 2025 12:29:37 -0600 Subject: [PATCH] fix the link to the repo in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02966ad..314664a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Content for my tabletop RPG site, orb.moe. ## Contributing The site is mostly written in Markdown, and can be edited in whatever text editor you desire. If you would like to make -changes, you need access to the repository at [https://git.incorporeal.org/bss/ttrpg-site] or need to send me a merge +changes, you need access to the repository at +[https://git.incorporeal.org/bss/ttrpg-site](https://git.incorporeal.org/bss/ttrpg-site) or need to send me a merge request or Git patch set. I recommend using my Git site to either fork the project or request direct access to my copy of the project, and submit changes that way.