Skip to content

Commit a7d1602

Browse files
authored
Merge pull request #247 from aaryansinhaa/main
fix: fixed the broken links in docs
2 parents 203a813 + 47b2625 commit a7d1602

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
* fixed broken links in docs
11+
1012
### Added
1113
- Added Changelog to docs.
1214

docs/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: libzim Contribution
3+
---
4+
5+
{%
6+
include-markdown "../CONTRIBUTING.md"
7+
%}
File renamed without changes.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ title: libzim Documentation
44

55
{%
66
include-markdown "../README.md"
7+
rewrite-relative-urls=false
78
%}

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ nav:
1313
- Home: index.md
1414
- API Reference: api_reference/
1515
- Changelog: 'changelog.md'
16-
- License: license.md
16+
- Contributing: CONTRIBUTING.md
17+
- License: LICENSE.md
1718

1819
theme:
1920
name: material

0 commit comments

Comments
 (0)