diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index de7614e..6825d43 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -6,11 +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` - -To retrieve the code from the repository on gitlab.com, run: - -`git clone https://gitlab.com/roan.horning/hpr_generator.git` +`git clone https://repo.anhonesthost.net/HPR/hpr_generator.git` On success, an "hpr_generator" directory will be created in the folder from which the clone command was executed containing a local copy of the git repository. @@ -190,7 +186,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