From b7fc25eede55625c04792568f68e7f331c2b35fd Mon Sep 17 00:00:00 2001 From: "Daniel R. Roe" Date: Thu, 29 Aug 2024 13:58:18 -0400 Subject: [PATCH] Change documentation URLs to GitHub for now until Jenkins is updated. --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 185975b7a8..491fe4fbe2 100644 --- a/README.md +++ b/README.md @@ -53,17 +53,14 @@ specified in the file LICENSE. Documentation ============= The `/doc` subdirectory contains PDF and LyX versions of the CPPTRAJ manual. -The latest version of the manual is compiled each time new code is merged -and is available for download -[here.](https://jenkins.jasonswails.com/job/amber-github/job/cpptraj/job/master/lastSuccessfulBuild/artifact/doc/CpptrajManual.pdf) +The latest version of the manual is available for download +[here.](https://raw.githubusercontent.com/Amber-MD/cpptraj/master/doc/CpptrajManual.pdf) An HTML version can be found [here](https://amber-md.github.io/cpptraj/). There is also limited help for commands in interactive mode via `help []`; `help` with no arguments lists all known commands. - Code documentation generated by doxygen are available -[here.](https://jenkins.jasonswails.com/job/amber-github/job/cpptraj/job/PR-773/Doxygen_20Documentation/) -You can generate the documentation yourself with the command `make docs`. A -limited developers guide is available [here](https://jenkins.jasonswails.com/job/amber-github/job/cpptraj/job/master/lastSuccessfulBuild/artifact/doc/CpptrajDevelopmentGuide.pdf) + Code documentation generated by Doxygen can be generated with the command `make docs`. A +limited developers guide is available [here](https://raw.githubusercontent.com/Amber-MD/cpptraj/master/doc/CpptrajDevelopmentGuide.pdf) and limited HTML-formatted documentation is available [here](https://amber-md.github.io/cpptraj/).