Skip to content

Commit

Permalink
SUMMARY.md - Fix relative links being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
peter1745 authored Dec 23, 2024
1 parent de5358d commit bbe7c89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions public/mono-guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Summary

- [Introduction](./introduction.md)
- [About Mono](./introduction/about-mono.md)
- [Building Mono](./introduction/building-mono.md)
- [Getting the Necessary Files](./introduction/necessary-files.md)
- [Introduction](/introduction.md)
- [About Mono](/introduction/about-mono.md)
- [Building Mono](/introduction/building-mono.md)
- [Getting the Necessary Files](/introduction/necessary-files.md)

- [First Steps](./first-steps/runtime-setup.md)
- [Loading Assemblies](./first-steps/loading-assemblies.md)
- [Testing Assembly Loading](./first-steps/testing-assembly-loading.md)
- [Classes](./first-steps/classes.md)
- [Methods](./first-steps/methods.md)
- [Fields and Properties](./first-steps/fields.md)
- [First Steps](/first-steps/runtime-setup.md)
- [Loading Assemblies](/first-steps/loading-assemblies.md)
- [Testing Assembly Loading](/first-steps/testing-assembly-loading.md)
- [Classes](/first-steps/classes.md)
- [Methods](/first-steps/methods.md)
- [Fields and Properties](/first-steps/fields.md)

0 comments on commit bbe7c89

Please sign in to comment.