File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defmodule AlgoraWeb.Constants do
1616 github_repo_url: "https://github.com/algora-io/console" ,
1717 github_repo_api_url: "https://api.github.com/repos/algora-io/console" ,
1818 docs_url: ~p" /docs" ,
19- docs_supported_countries_url: ~p" /docs/payments/payments " ,
19+ docs_supported_countries_url: ~p" /docs/payments" ,
2020 demo_url: "https://www.youtube.com/watch?v=Ts5GhlEROrs" ,
2121 sdk_url: ~p" /sdk" ,
2222 privacy_url: ~p" /legal/privacy" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ defmodule AlgoraWeb.DocsLive do
6464 % {
6565 title: "Payments" ,
6666 links: [
67- % { title: "Payments" , href: ~p" /docs/payments/payments " } ,
67+ % { title: "Payments" , href: ~p" /docs/payments" } ,
6868 % { title: "Reporting" , href: ~p" /docs/payments/reporting" }
6969 ]
7070 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments