Skip to content

Commit

Permalink
Merge pull request #330 from seasalt-ai/amychen/fix-link
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
xuchen authored Oct 18, 2024
2 parents 69e1879 + 1648491 commit 18c5265
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[[main]]
name = "SeaChat"
url = "/seachat/seachat-intro/01-seachat-intro/"
url = "/seachat/getting-started/01-seachat-intro/"
weight = 15

[[main]]
Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus/menus.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[[main]]
name = "SeaChat"
url = "/zh/seachat/01-seachat-intro/"
url = "/zh/seachat/getting-started/01-seachat-intro/"
weight = 20

[[main]]
Expand Down
1 change: 1 addition & 0 deletions content/en/seachat/getting-started/01-seachat-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ draft: false
images: []
aliases:
- /en/seachat/seachat-intro/01-introduction/
- /seachat/seachat-intro/01-seachat-intro/
toc: true
---

Expand Down
2 changes: 2 additions & 0 deletions content/zh/seachat/getting-started/01-seachat-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ menu:
parent: "seachat-intro"
aliases:
- /zh/seachat/getting-started/01-seachat-intro
- /zh/seachat/01-seachat-intro/
- /zh/seachat/seachat-intro/01-seachat-intro/
weight: 10
toc: true
---
Expand Down

0 comments on commit 18c5265

Please sign in to comment.