Skip to content

Commit 2750ce2

Browse files
committed
Merge branch 'main' into develop
2 parents b911773 + 9be56f0 commit 2750ce2

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ a *Library user guide*, and the *Javadoc API documentation*.
3333

3434
The documentation is published in two documentation branches:
3535
- **stable**: corresponds to the latest published release, and generally also to the last commit of the `main` Git branch
36-
- [Tutorial](http://phenopackets.org/phenopacket-tools/stable/tutorial.html)
37-
- [CLI user guide](http://phenopackets.org/phenopacket-tools/stable/cli.html)
38-
- [Library user guide](http://phenopackets.org/phenopacket-tools/stable)
39-
- [Javadoc API documentation](http://phenopackets.org/phenopacket-tools/stable/apidocs)
36+
- [Tutorial](https://phenopackets.github.io/phenopacket-tools/stable/tutorial.html)
37+
- [CLI user guide](https://phenopackets.github.io/phenopacket-tools/stable/cli.html)
38+
- [Library user guide](https://phenopackets.github.io/phenopacket-tools/stable)
39+
- [Javadoc API documentation](https://phenopackets.github.io/phenopacket-tools/stable/apidocs)
4040
- **latest**: corresponds to the bleeding edge code that is on the `develop` Git branch
41-
- [Tutorial](http://phenopackets.org/phenopacket-tools/latest/tutorial.html)
42-
- [CLI user guide](http://phenopackets.org/phenopacket-tools/latest/cli.html)
43-
- [Library user guide](http://phenopackets.org/phenopacket-tools/latest)
44-
- [Javadoc API documentation](http://phenopackets.org/phenopacket-tools/latest/apidocs)
41+
- [Tutorial](https://phenopackets.github.io/phenopacket-tools/latest/tutorial.html)
42+
- [CLI user guide](https://phenopackets.github.io/phenopacket-tools/latest/cli.html)
43+
- [Library user guide](https://phenopackets.github.io/phenopacket-tools/latest)
44+
- [Javadoc API documentation](https://phenopackets.github.io/phenopacket-tools/latest/apidocs)
4545

4646
## Issues
4747

docs/converting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ See also
4444
^^^^^^^^
4545

4646
The API documentation of the conversion functionality is located in the
47-
`org.phenopackets.phenopackettools.converter <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.converter/module-summary.html>`_
47+
`org.phenopackets.phenopackettools.converter <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.converter/module-summary.html>`_
4848
module.

docs/creating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ of the phenopacket framework will want to use a recommended set of ontology term
1212
the equivalent message.
1313

1414
This section exemplifies usage of `PhenotypicFeatureBuilder`, one of many builders provided by the
15-
`org.phenopackets.phenopackettools.builder <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.builder/module-summary.html>`_
15+
`org.phenopackets.phenopackettools.builder <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.builder/module-summary.html>`_
1616
module.
1717

1818

@@ -89,7 +89,7 @@ See also
8989
========
9090

9191
See the API documentation of the
92-
`org.phenopackets.phenopackettools.builder <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.builder/module-summary.html>`_
92+
`org.phenopackets.phenopackettools.builder <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.builder/module-summary.html>`_
9393
module for a comprehensive list of ontology constants, convenience methods, and builders provided
9494
by the *phenopacket-tools* library.
9595

docs/validation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ and the discovered issues (if any):
185185
186186
187187
The API documentation of the core validation API can be found in the
188-
`org.phenopackets.phenopackettools.validator.core <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/module-summary.html>`_
188+
`org.phenopackets.phenopackettools.validator.core <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/module-summary.html>`_
189189
module.
190190

191191

@@ -327,7 +327,7 @@ because an annotation with a specific HPO term (e.g., a patient with perimembran
327327

328328
In this section, we describe validators that use HPO file to perform several checks that can be useful in many contexts.
329329
The API documentation and the corresponding Java classes can be found in
330-
`org.phenopackets.phenopackettools.validator.core.phenotype <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/org/phenopackets/phenopackettools/validator/core/phenotype/package-summary.html>`_
330+
`org.phenopackets.phenopackettools.validator.core.phenotype <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/org/phenopackets/phenopackettools/validator/core/phenotype/package-summary.html>`_
331331
package.
332332

333333

@@ -446,7 +446,7 @@ See also
446446
^^^^^^^^
447447

448448
Check out the
449-
`org.phenopackets.phenopackettools.validator.core <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/module-summary.html>`_
449+
`org.phenopackets.phenopackettools.validator.core <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.core/module-summary.html>`_
450450
and
451-
`org.phenopackets.phenopackettools.validator.jsonschema <http://phenopackets.org/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.jsonschema/module-summary.html>`_
451+
`org.phenopackets.phenopackettools.validator.jsonschema <https://phenopackets.github.io/phenopacket-tools/apidocs/org.phenopackets.phenopackettools.validator.jsonschema/module-summary.html>`_
452452
modules for more information regarding the public validation API.

phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/cli/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Main {
3838
.optionParams(italic)
3939
.build();
4040

41-
public static final String FOOTER = "\nSee the full documentation at http://phenopackets.org/phenopacket-tools/stable\n";
41+
public static final String FOOTER = "\nSee the full documentation at https://phenopackets.github.io/phenopacket-tools/stable\n";
4242

4343
private Main() {
4444
// private no-op

0 commit comments

Comments
 (0)