Skip to content

Commit

Permalink
Replace hardcoded URL with relative path constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Feb 26, 2025
1 parent df98b87 commit ae4d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dito/app/resources/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ Für die **digitale Ausarbeitung** eigenen sich Conceptboard, draw.io oder Micro
buttons: [
{
text: "Beispiele ansehen",
href: "https://erarbeiten.digitalcheck.bund.de/beispiele/visualisierungen",
href: ROUTE_VISUALISATIONS.url,
},
],
},
Expand Down

0 comments on commit ae4d725

Please sign in to comment.