Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Jun 13, 2024
1 parent 9f4e7d3 commit fbe9f72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/next-auth/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
title: 'Next Auth',
editLink: {
baseUrl:
'https://github.com/codante-io/workshop-next-auth-guia/edit/main/',
'https://github.com/codante-io/guias/edit/main/apps/next-auth/',
},
social: {
github: 'https://github.com/robertotcestari',
Expand Down
2 changes: 1 addition & 1 deletion apps/next-auth/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/nextauth.png
actions:
- text: Comece por aqui
link: /00-intro/01-introdução/
link: 00-intro/01-introdução/
icon: right-arrow
variant: primary
- text: Repositório deste guia
Expand Down
2 changes: 1 addition & 1 deletion apps/next-introdutorio/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
title: 'Next.js Introdutório',
editLink: {
baseUrl:
'https://github.com/codante-io/guias/next-introdutorio/next-introdutorio/edit/main/',
'https://github.com/codante-io/guias/edit/main/apps/next-introdutorio/',
},
social: {
github: 'https://github.com/robertotcestari',
Expand Down
2 changes: 1 addition & 1 deletion apps/next-introdutorio/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/next.png
actions:
- text: Comece por aqui
link: /00-intro/01-introdução/
link: 00-intro/01-introdução/
icon: right-arrow
variant: primary
- text: Repositório deste guia
Expand Down

0 comments on commit fbe9f72

Please sign in to comment.