From 7ac6a8c51faccb4038c62e32467c024e9ff4258b Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 1 Oct 2024 16:40:52 -0400 Subject: [PATCH] Fix repository account from rho_n to HPR --- GETTING_STARTED.md | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index de7614e..ad16eeb 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -6,7 +6,7 @@ If git is not installed on the operating system, please install it now To retrieve the code from the repository on anhonesthost.net (a username and password are required), run: -`git clone https://repo.anhonesthost.net/rho_n/hpr_generator.git` +`git clone https://repo.anhonesthost.net/HPR/hpr_generator.git` To retrieve the code from the repository on gitlab.com, run: @@ -190,7 +190,7 @@ baseurl: file:///hpr_generator/public_html ``` Replace \ with the full path to the hpr_generator directory. For -example: `file:///home/rho_n/development/hpr_generator/public_html` +example: `file:///home/HPR/development/hpr_generator/public_html` ## Configuring the website media file links diff --git a/README.md b/README.md index 00fb5dd..f64640b 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,20 @@ Generate pages based on the same template: `site-generator correspondent=1,3,5..10` ## Support -Please [submit an Issue](https://repo.anhonesthost.net/rho_n/hpr_generator/issues), +Please [submit an Issue](https://repo.anhonesthost.net/HPR/hpr_generator/issues), and add the label "**Help Request**" for help running or installing the site-generator. -For discussing HPR site generation in general, please [submit an Issue](https://repo.anhonesthost.net/rho_n/hpr_generator/issues) and add the label "**General Discussion**". +For discussing HPR site generation in general, please [submit an Issue](https://repo.anhonesthost.net/HPR/hpr_generator/issues) and add the label "**General Discussion**". ## Contributing Happy to take any contributions or suggestions. -To contribute code or documentation, please create a fork of the project and [submit a pull request](https://repo.anhonesthost.net/rho_n/hpr_generator/pulls) or send a patch. If an issue exists that is related to your patch, please assign the issue to yourself, or if it is already assigned to someone else, please coordinate with them to minimize duplicated efforts. +To contribute code or documentation, please create a fork of the project and [submit a pull request](https://repo.anhonesthost.net/HPR/hpr_generator/pulls) or send a patch. If an issue exists that is related to your patch, please assign the issue to yourself, or if it is already assigned to someone else, please coordinate with them to minimize duplicated efforts. -If you have found an error in the code or the generated HTML, please [submit an Issue](https://repo.anhonesthost.net/rho_n/hpr_generator/issues), +If you have found an error in the code or the generated HTML, please [submit an Issue](https://repo.anhonesthost.net/HPR/hpr_generator/issues), and add the label "**Bug Found**". -To make a suggestion, please [submit an Issue](https://repo.anhonesthost.net/rho_n/hpr_generator/issues), +To make a suggestion, please [submit an Issue](https://repo.anhonesthost.net/HPR/hpr_generator/issues), and add the label "**Feature Request**". ## Authors and acknowledgment