Skip to content

Commit b7d3b2d

Browse files
committed
Use proper link for HTML attribution
1 parent 971b54a commit b7d3b2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A tiny library that translates your HTML file with the WebExtension translation
1313

1414
## How to use?
1515

16-
To enable it, you just import the [`Localizer.js`](Localizer.js). Everything is done automatically, you do not need to call any JavaScript function or initialize something.
16+
To enable it, you just import the [`Localizer.js`](Localizer.js) module. Everything is done automatically, you do not need to call any JavaScript function or initialize something.
1717

1818
### HTML setup for internationalisation (i18n)
1919

@@ -76,7 +76,7 @@ So a sentence could look like this:
7676
}
7777
```
7878

79-
This is also explained in short for [translators in the contributing guide](https://github.com/TinyWebEx/common/blob/contribimprove/CONTRIBUTING.md#using-html-in-translations).
79+
This can also explained in short for [translators in the contributing guide](https://github.com/TinyWebEx/common/blob/10ff5cace217841591d702408e64f1ead8c26a64/CONTRIBUTING.md#using-html-in-translations) (permalink, as I now discourage using that feature, anyway).
8080

8181
**Warning:** If you allow/use HTML translation, note that translators could inject malicious (HTML) code then. As such, you need to take care when reviewing the translation files then. The marker `!HTML!` can help you here as you can just search for it.
8282

0 commit comments

Comments
 (0)