Skip to content

Commit 6ce8892

Browse files
committed
update path
1 parent 9710854 commit 6ce8892

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/algora_web/constants.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

lib/algora_web/live/docs_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)