diff --git a/README.md b/README.md index 54bf0ae84..8162ea203 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ a *Library user guide*, and the *Javadoc API documentation*. The documentation is published in two documentation branches: - **stable**: corresponds to the latest published release, and generally also to the last commit of the `main` Git branch - - [Tutorial](http://phenopackets.org/phenopacket-tools/stable/tutorial.html) - - [CLI user guide](http://phenopackets.org/phenopacket-tools/stable/cli.html) - - [Library user guide](http://phenopackets.org/phenopacket-tools/stable) - - [Javadoc API documentation](http://phenopackets.org/phenopacket-tools/stable/apidocs) + - [Tutorial](https://phenopackets.github.io/phenopacket-tools/stable/tutorial.html) + - [CLI user guide](https://phenopackets.github.io/phenopacket-tools/stable/cli.html) + - [Library user guide](https://phenopackets.github.io/phenopacket-tools/stable) + - [Javadoc API documentation](https://phenopackets.github.io/phenopacket-tools/stable/apidocs) - **latest**: corresponds to the bleeding edge code that is on the `develop` Git branch - - [Tutorial](http://phenopackets.org/phenopacket-tools/latest/tutorial.html) - - [CLI user guide](http://phenopackets.org/phenopacket-tools/latest/cli.html) - - [Library user guide](http://phenopackets.org/phenopacket-tools/latest) - - [Javadoc API documentation](http://phenopackets.org/phenopacket-tools/latest/apidocs) + - [Tutorial](https://phenopackets.github.io/phenopacket-tools/latest/tutorial.html) + - [CLI user guide](https://phenopackets.github.io/phenopacket-tools/latest/cli.html) + - [Library user guide](https://phenopackets.github.io/phenopacket-tools/latest) + - [Javadoc API documentation](https://phenopackets.github.io/phenopacket-tools/latest/apidocs) ## Issues diff --git a/docs/converting.rst b/docs/converting.rst index c1f5842be..99d2c4bcd 100644 --- a/docs/converting.rst +++ b/docs/converting.rst @@ -44,5 +44,5 @@ See also ^^^^^^^^ The API documentation of the conversion functionality is located in the -`org.phenopackets.phenopackettools.converter `_ +`org.phenopackets.phenopackettools.converter `_ module. diff --git a/docs/creating.rst b/docs/creating.rst index 918acb6d9..15c873e32 100644 --- a/docs/creating.rst +++ b/docs/creating.rst @@ -12,7 +12,7 @@ of the phenopacket framework will want to use a recommended set of ontology term the equivalent message. This section exemplifies usage of `PhenotypicFeatureBuilder`, one of many builders provided by the -`org.phenopackets.phenopackettools.builder `_ +`org.phenopackets.phenopackettools.builder `_ module. @@ -89,7 +89,7 @@ See also ======== See the API documentation of the -`org.phenopackets.phenopackettools.builder `_ +`org.phenopackets.phenopackettools.builder `_ module for a comprehensive list of ontology constants, convenience methods, and builders provided by the *phenopacket-tools* library. diff --git a/docs/validation.rst b/docs/validation.rst index 404ba3f96..c4f8a8cbc 100644 --- a/docs/validation.rst +++ b/docs/validation.rst @@ -185,7 +185,7 @@ and the discovered issues (if any): The API documentation of the core validation API can be found in the -`org.phenopackets.phenopackettools.validator.core `_ +`org.phenopackets.phenopackettools.validator.core `_ module. @@ -327,7 +327,7 @@ because an annotation with a specific HPO term (e.g., a patient with perimembran In this section, we describe validators that use HPO file to perform several checks that can be useful in many contexts. The API documentation and the corresponding Java classes can be found in -`org.phenopackets.phenopackettools.validator.core.phenotype `_ +`org.phenopackets.phenopackettools.validator.core.phenotype `_ package. @@ -432,7 +432,7 @@ See also ^^^^^^^^ Check out the -`org.phenopackets.phenopackettools.validator.core `_ +`org.phenopackets.phenopackettools.validator.core `_ and -`org.phenopackets.phenopackettools.validator.jsonschema `_ +`org.phenopackets.phenopackettools.validator.jsonschema `_ modules for more information regarding the public validation API. diff --git a/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/Main.java b/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/Main.java index ec7692dd7..1de9e69ae 100644 --- a/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/Main.java +++ b/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/Main.java @@ -38,7 +38,7 @@ public class Main { .optionParams(italic) .build(); - public static final String FOOTER = "\nSee the full documentation at http://phenopackets.org/phenopacket-tools/stable\n"; + public static final String FOOTER = "\nSee the full documentation at https://phenopackets.github.io/phenopacket-tools/stable\n"; private Main() { // private no-op