Skip to content

Commit c128957

Browse files
committed
link fixes
Some links to the API documentation where incomplete (i.e. w/o the `https://` protocol) which leads to them being treated as **local** and added to the current path... `[...](docs.genomebeacons.org) ... becomes e.g. `https://genomebeacons.org/Deployment-Guide/docs.genomebeacons.org` Please check for others...
1 parent 96b3a8e commit c128957

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/Deployment-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Implementing your own Beacon instance allows you to share genomic and phenotypic
55
<h3>1. Understand the Beacon Protocol</h3>
66

77
Familiarize yourself with the architecture of the Beacon specification, the structure of the Framework and the schema of the Data Model. 
8-
> [Beacon Documentation](docs.genomebeacons.org)
8+
> [Beacon API Documentation](https://docs.genomebeacons.org)
99
1010
<h3>2. Choose your implementation approach</h3>
1111

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
??? question "Where can I find official documentation on Beacon?"
2626

27-
You can visit the official Beacon documentation for technical specifications, guides, and examples (docs.genomebeacons.org). For implementation toolkits, please refer to the Deployment Guide page.
27+
You can visit the official Beacon documentation for technical specifications, guides, and examples (https://docs.genomebeacons.org). For implementation toolkits, please refer to the Deployment Guide page.
2828

2929
??? question "Can I contribute to the development of the Beacon v2 specification?"
3030

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ nav:
2020
- Newsletter: Newsletter
2121
- FAQs: FAQ
2222
- How to cite Beacon?: How-to-cite-Beacon
23+
- API Documentation: https://docs.genomebeacons.org
2324

2425
# ------------------- Mkdocs Configurattion and Extensions-------------------- #
2526

0 commit comments

Comments
 (0)