Skip to content

Commit 2ae7b20

Browse files
committed
Change NAU url to expected LANL url
1 parent 9924035 commit 2ae7b20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/algorithm_development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ Pull requests
7171
-------------
7272

7373
To have new algorithms added into the PyBNF software suite, submit a pull request to the master branch at
74-
`<https://github.com/NAU-BioNetFit/PyBNF>`_
74+
`<https://github.com/lanl/PyBNF>`_
7575

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The above command will install the most recent version of PyBNF released on the
3232

3333
Installing from source
3434
^^^^^^^^^^^^^^^^^^^^^^
35-
To use bleeding edge PyBNF, the source code may be found on GitHub at https://github.com/NAU-BioNetFit/PyBNF . To use,
35+
To use bleeding edge PyBNF, the source code may be found on GitHub at https://github.com/lanl/PyBNF . To use,
3636
simply download or clone the repository and run the following command in the repository's root directory:
3737

3838
:command:`pip install -e .`

docs/troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ Refer to the log file to try to diagnose the problem - it will contain the Pytho
117117

118118
Rerun the fit with the debugging ``-d`` flag to generate a more detailed log file (with a "debug" tag).
119119

120-
If you would like to report the bug to the developers ( https://github.com/NAU-BioNetFit/PyBNF/ ), it will be helpful for us if you include the debug log file with your bug report.
120+
If you would like to report the bug to the developers ( https://github.com/lanl/PyBNF/ ), it will be helpful for us if you include the debug log file with your bug report.
121121

122122

123123
Other issues
124124
------------
125-
If you encounter a bug that is not documented here, or have a request for a new feature, please contact the developers at https://github.com/NAU-BioNetFit/PyBNF/ .
125+
If you encounter a bug that is not documented here, or have a request for a new feature, please contact the developers at https://github.com/lanl/PyBNF/ .
126126

0 commit comments

Comments
 (0)