Skip to content

Commit df52847

Browse files
authored
Merge pull request feature-sliced#564 from frkam/patch-1
fix: add example url
2 parents 3a1855f + d8040a2 commit df52847

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)