Skip to content

Commit 13ab83c

Browse files
authored
Merge pull request #856 from seifsapagh/fix/broken-doc-links
fix(docs): correct broken links due to .mdx/.md mismatch
2 parents 7863281 + 5395c81 commit 13ab83c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/contribution.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Contribution
22

33
Contributions are always welcome, no matter how large or small. Before contributing,
4-
please read the [code of conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.mdx).
4+
please read the [code of conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.md).
55

6-
For code contribution, please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.mdx)
6+
For code contribution, please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md)
77
.
88

99
For financial and in-kind contributions, please refer to the [sponsor page](./sponsor.mdx).

docs/docs/license.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
LiveCodes is released under the permissive [MIT License](https://github.com/live-codes/livecodes/blob/develop/LICENSE) © [Hatem Hosny](https://github.com/hatemhosny).
44

5-
Third party packages used in LiveCodes and their licenses are [listed here](https://github.com/live-codes/livecodes/blob/develop/vendor-licenses.mdx).
5+
Third party packages used in LiveCodes and their licenses are [listed here](https://github.com/live-codes/livecodes/blob/develop/vendor-licenses.md).
66

77
The source code is available on [GitHub](https://github.com/live-codes/livecodes).
88

src/livecodes/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ const handleI18nMenu = () => {
29022902
const contributeSpan = document.createElement('span');
29032903
const contributeLink = document.createElement('a');
29042904
contributeLink.href =
2905-
'https://github.com/live-codes/livecodes/blob/develop/docs/docs/contribution/i18n.md';
2905+
'https://github.com/live-codes/livecodes/blob/develop/docs/docs/contribution/i18n.mdx';
29062906
contributeLink.textContent = window.deps.translateString(
29072907
'app.i18nMenu.helpTranslate',
29082908
'Help Us Translate',

0 commit comments

Comments
 (0)