Skip to content

Commit 105c5e9

Browse files
committed
Fix link errors in Spanish documents.
1 parent 742eed0 commit 105c5e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/.vuepress/navbar/es.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { navbar } from "vuepress-theme-hope";
22

33
export const esNavbar = navbar([
4-
{ text: "Patrones", link: "/patterns/" },
5-
{ text: "Principios", link: "/principles/" },
6-
{ text: "Fragmentos", link: "/snippets/" },
4+
{ text: "Patrones", link: "/es/patterns/" },
5+
{ text: "Principios", link: "/es/principles/" },
6+
{ text: "Fragmentos", link: "/es/snippets/" },
77
]);

Diff for: src/es/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ heroImage: /coffee.svg
77
heroText: Patrones, principios y fragmentos de diseño de software
88
tagline: Los mejores diseñadores utilizan muchos patrones de diseño que encajan y se entrelazan para producir un todo mayor --Erich Gamma
99
heroFullScreen: true
10-
action:
10+
actions:
1111
- text: Estudiar los patrones de diseño 💡
1212
link: /es/patterns/
1313
type: primary

0 commit comments

Comments
 (0)