Skip to content

Commit 413c3aa

Browse files
committed
Still trying to fix link issues
1 parent 35446fe commit 413c3aa

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then include the project in your C# solution.
2323
## Documentation
2424
- [Getting started](https://tim355code.github.io/QuantumWavesCSharp/index.html)
2525
- [Core concepts](https://tim355code.github.io/QuantumWavesCSharp/concepts.html)
26-
- [Examples](https://tim355code.github.io/QuantumWavesCSharp/examples/index.html/)
26+
- [Examples](https://tim355code.github.io/QuantumWavesCSharp/examples)
2727
- [API Reference](https://tim355code.github.io/QuantumWavesCSharp/api/QuantumWaves.html)
2828

2929
## Example

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"modern"
3838
],
3939
"globalMetadata": {
40+
"_appBasePath": "/QuantumWavesCSharp",
4041
"_appName": "QuantumLibraryCSharp",
4142
"_appTitle": "QuantumLibraryCSharp",
4243
"_enableSearch": true,

toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- name: Examples
66
href: examples/
77
- name: API Reference
8-
href: /api/QuantumWaves.html
8+
href: api/QuantumWaves.html

0 commit comments

Comments
 (0)