File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Contribution
22
33Contributions 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
99For financial and in-kind contributions, please refer to the [ sponsor page] ( ./sponsor.mdx ) .
Original file line number Diff line number Diff line change 22
33LiveCodes 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
77The source code is available on [ GitHub] ( https://github.com/live-codes/livecodes ) .
88
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments