Skip to content

Commit ff468b0

Browse files
committed
refactor: update documentation url
1 parent 98bfdd7 commit ff468b0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/_data/extLinks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
{
1313
"name":"Documentation",
1414
"icon":"book",
15-
"link":"https://mlutcss.github.io/mlut/"
15+
"link":"https://docs.mlut.style/"
1616
}
17-
]
17+
]

src/_includes/header/header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<% } %>
7171
<div class="H80p M0 D-f Ai-c Jc-c">
7272
<%- include('../components/link-button.ejs',{
73-
url:"https://mlutcss.github.io/mlut/",
73+
url:"https://docs.mlut.style/",
7474
text: "Docs",
7575
icon: "",
7676
variant:""

src/index.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ area: 'main'
3232

3333
<div class="<%= heroCSS.heroLink %>">
3434
<%- include('./_includes/components/link-button.ejs',{
35-
url:"https://mlutcss.github.io/mlut/",
35+
url:"https://docs.mlut.style/",
3636
text: "Getting started",
3737
icon: "book",
3838
variant: "light"
@@ -109,7 +109,7 @@ area: 'main'
109109

110110
<div class="M3u;0 Fns3.2u W100p Mxw62u H7u">
111111
<%- include('./_includes/components/link-button.ejs',{
112-
url: "https://mlutcss.github.io/mlut/",
112+
url: "https://docs.mlut.style/",
113113
text: "Learn more",
114114
icon: "right-triangle"
115115
}) %>
@@ -415,7 +415,7 @@ area: 'main'
415415
</div>
416416
<div class="M0;a;5u Fns3.2u W100p Mxw62u H7u">
417417
<%- include('./_includes/components/link-button.ejs',{
418-
url: "https://mlutcss.github.io/mlut/section-start.html",
418+
url: "https://docs.mlut.style/section-start.html",
419419
text: "Try now",
420420
icon: "right-triangle"
421421
}) %>

0 commit comments

Comments
 (0)