Skip to content

Commit 0b8ad83

Browse files
committed
docs: update README with online documentation links
- Changed project documentation links to point to the online documentation for easier access. - Updated the full language reference link to direct users to the online version while retaining the local file reference.
1 parent 2324033 commit 0b8ad83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Ovum is a strongly statically typed, single-threaded language focused on safety, clarity, and performance. It uses Kotlin-like syntax, immutability by default, a GC + JIT VM, interface-based polymorphism, and support for pure functions and functional objects.
44

55
- Contribute: see [`CONTRIBUTING.md`](CONTRIBUTING.md).
6-
- Project docs: [`docs/README.md`](docs/README.md).
7-
- Full language reference: [`docs/reference/README.md`](docs/reference/README.md).
6+
- Project docs: [Online](https://ovum-programming-language.github.io/OvumDocs/) or [`docs/README.md`](docs/README.md).
7+
- Full language reference: [Online](https://ovum-programming-language.github.io/OvumDocs/reference/) or [`docs/reference/README.md`](docs/reference/README.md).
88

99
---
1010

0 commit comments

Comments
 (0)