Skip to content

Commit 53b0d53

Browse files
authored
Fix hyperlinks (#23)
1 parent 9d709f2 commit 53b0d53

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1 - April 2025
4+
5+
### Bugs fixed
6+
7+
* Fix wrong hyperlinks in website
8+
39
## 1.1.0 - April 2025
410

511
### New features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C4 DSL Visual Studio Code Extension
22

33
![](https://img.shields.io/badge/last_updated-april_2025-0c7cba)
4-
![](https://img.shields.io/badge/vsix-v1.1.0-ef8d22)
4+
![](https://img.shields.io/badge/vsix-v1.1.1-ef8d22)
55

66
![](https://img.shields.io/badge/publisher-archicionado-fcc438)
77
![](https://img.shields.io/badge/chat-on_github_issue-19967d)

docs/content/_index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
{{% blocks/feature
2929
icon="fa-layer-group"
3030
title="Live preview"
31-
url="/docs/preview" %}}
31+
url="/cornifer/docs/features/preview" %}}
3232
{{% /blocks/feature %}}
3333

3434
{{% blocks/feature
3535
icon="fa-solid fa-compass-drafting"
3636
title="Breadcrumb"
37-
url="/docs/breadcrumb" %}}
37+
url="/cornifer/docs/features/breadcrumb" %}}
3838
{{% /blocks/feature %}}
3939

4040
{{% blocks/feature
4141
icon="fa-brands fa-docker"
4242
title="Transpiler"
43-
url="/docs/transpiler" %}}
43+
url="/cornifer/docs/features/transpiler" %}}
4444
{{% /blocks/feature %}}
4545

4646
{{< /blocks/section >}}
@@ -51,19 +51,19 @@
5151
{{% blocks/feature
5252
icon="fa-code"
5353
title="Format"
54-
url="/docs/format" %}}
54+
url="/cornifer/docs/features/format" %}}
5555
{{% /blocks/feature %}}
5656

5757
{{% blocks/feature
5858
icon="fa-sharp fa-solid fa-pen"
5959
title="Syntax highlighting"
60-
url="/docs/highlighting" %}}
60+
url="/cornifer/docs/features/highlighting" %}}
6161
{{% /blocks/feature %}}
6262

6363
{{% blocks/feature
6464
icon="fa-solid fa-wand-magic-sparkles"
6565
title="Semantic highlighting"
66-
url="/docs/semantic" %}}
66+
url="/cornifer/docs/features/semantic" %}}
6767
{{% /blocks/feature %}}
6868

6969
{{< /blocks/section >}}
@@ -74,13 +74,13 @@
7474
{{% blocks/feature
7575
icon="fa-solid fa-brain"
7676
title="IntelliSense"
77-
url="/docs/intellisense" %}}
77+
url="/cornifer/docs/features/intellisense" %}}
7878
{{% /blocks/feature %}}
7979

8080
{{% blocks/feature
8181
icon="fa-solid fa-magnifying-glass"
8282
title="Hover"
83-
url="/docs/hover" %}}
83+
url="/cornifer/docs/features/hover" %}}
8484
{{% /blocks/feature %}}
8585

8686
{{% blocks/feature

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"publisher": "archicionado",
14-
"version": "1.1.0",
15-
"homepage": "https://github.com/rvr06/cornifer/blob/main/README.md",
14+
"version": "1.1.1",
15+
"homepage": "https://rvr06.github.io/cornifer/",
1616
"repository": {
1717
"type": "git",
1818
"url": "https://github.com/rvr06/cornifer"

0 commit comments

Comments
 (0)