Skip to content

Commit

Permalink
fix: wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Nov 13, 2024
1 parent 6489b23 commit 7781eec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ languages:
menus:
main:
- name: "Training"
url: "https://formation.arnaudlanglade.com/formation-symfony-architecture-hexagonale-ddd"
url: "https://formation.arnaudlanglade.com/formation-architecture-hexagonale-ddd"
params:
target: "_blank"
weight: 2
Expand All @@ -31,7 +31,7 @@ languages:
pre: "btn btn-primary text-light"
footer:
- name: "Training"
url: "https://formation.arnaudlanglade.com/formation-symfony-architecture-hexagonale-ddd"
url: "https://formation.arnaudlanglade.com/formation-architecture-hexagonale-ddd"
params:
target: "_blank"
weight: 2
Expand All @@ -51,7 +51,7 @@ languages:
menus:
main:
- name: "Formation"
url: "https://formation.arnaudlanglade.com/formation-symfony-architecture-hexagonale-ddd"
url: "https://formation.arnaudlanglade.com/formation-architecture-hexagonale-ddd"
params:
target: "_blank"
weight: 2
Expand All @@ -62,7 +62,7 @@ languages:
pre: "btn btn-primary text-light"
footer:
- name: "Formation"
url: "https://formation.arnaudlanglade.com/formation-symfony-architecture-hexagonale-ddd"
url: "https://formation.arnaudlanglade.com/formation-architecture-hexagonale-ddd"
params:
target: "_blank"
weight: 2
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/training-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="text-center mb-0">
<a
class="btn btn-primary text-light px-5 py-3 my-3 mb-0 text-dark fw-bold"
href="https://formation.arnaudlanglade.com/formation-symfony-architecture-hexagonale-ddd"
href="https://formation.arnaudlanglade.com/formation-architecture-hexagonale-ddd"
target="_blank"
onclick="insights.track({id: 'training-link-clicked', parameters: { page: '{{ $.Page.Title }}'}})"
>
Expand Down

0 comments on commit 7781eec

Please sign in to comment.