Skip to content

Commit d8040a2

Browse files
author
Dmitri Moskalenko
authored
fix: add example url
1 parent 3a1855f commit d8040a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/examples/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { examples } from "./_config";
88
const TITLE = translate({ id: "pages.examples.title" });
99
const DESCRIPTION = translate({ id: "pages.examples.subtitle" });
1010
const EDIT_URL =
11-
"https://github.com/feature-sliced/documentation/edit/master/src/pages/examples/_config.js";
11+
"https://github.com/feature-sliced/documentation/blob/master/src/pages/examples/_config.ts";
1212
const EXAMPLES_URL = "https://github.com/feature-sliced/examples";
1313

1414
function ExamplesPage() {

0 commit comments

Comments
 (0)