Skip to content

Commit 906dab6

Browse files
committed
Update links in architecture and ADR documentation for improved accessibility
- Changed relative links to absolute links in `Grafana_Architecture.md`, `Grafana_Setup_Guide.md`, and various ADR files to enhance navigation and ensure users can easily access the OSM-Notes-API and OSM-Notes-Common documentation.
1 parent 91c8c08 commit 906dab6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/Grafana_Architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ If consolidating to a single Grafana instance:
480480

481481
### OSM-Notes-API
482482

483-
- [Monitoring Documentation](../../../OSM-Notes-API/docs/Monitoring.md)
484-
- [Docker Configuration](../../../OSM-Notes-API/docker/README.md)
485-
- [Grafana Dashboards](../OSM-Notes-API/docker/grafana/provisioning/dashboards/)
483+
- [Monitoring Documentation](https://github.com/OSM-Notes/OSM-Notes-API/blob/main/docs/Monitoring.md)
484+
- [Docker Configuration](https://github.com/OSM-Notes/OSM-Notes-API/blob/main/docker/README.md)
485+
- [Grafana Dashboards](https://github.com/OSM-Notes/OSM-Notes-API/tree/main/docker/grafana/provisioning/dashboards)
486486

487487
### OSM-Notes-Monitoring
488488

docs/Grafana_Setup_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This guide covers installing and configuring Grafana for the OSM Notes Monitorin
2828
provides advanced visualization capabilities for monitoring all OSM Notes components.
2929

3030
**Note:** This guide is for the **OSM-Notes-Monitoring Grafana** deployment. For API-specific
31-
Grafana setup, see [OSM-Notes-API Monitoring Documentation](../../../OSM-Notes-API/docs/Monitoring.md).
31+
Grafana setup, see [OSM-Notes-API Monitoring Documentation](https://github.com/OSM-Notes/OSM-Notes-API/blob/main/docs/Monitoring.md).
3232

3333
---
3434

docs/adr/0001_Record_Architecture_Decisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ We will use Architecture Decision Records (ADRs), as described by Michael Nygard
4646

4747
- [ADR GitHub](https://adr.github.io/)
4848
- [Michael Nygard's Article](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions)
49-
- [OSM-Notes-Common ADR Template](../../OSM-Notes-Common/docs/adr/Template.md)
49+
- [OSM-Notes-Common ADR Template](https://github.com/OSM-Notes/OSM-Notes-Common/blob/main/docs/adr/Template.md)

docs/adr/0003_Use_Bash_For_Monitoring_Scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ We will use Bash scripts for monitoring, leveraging system tools and common libr
6161
## References
6262

6363
- [Monitoring Scripts](../bin/monitor/)
64-
- [OSM-Notes-Common Libraries](../../OSM-Notes-Common/)
64+
- [OSM-Notes-Common Libraries](https://github.com/OSM-Notes/OSM-Notes-Common)

docs/adr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Each ADR follows this structure:
3838

3939
- [ADR GitHub](https://adr.github.io/)
4040
- [Michael Nygard's Article](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions)
41-
- [OSM-Notes-Common ADR Template](../../OSM-Notes-Common/docs/adr/Template.md)
41+
- [OSM-Notes-Common ADR Template](https://github.com/OSM-Notes/OSM-Notes-Common/blob/main/docs/adr/Template.md)

0 commit comments

Comments
 (0)