Skip to content

Commit 06ef69d

Browse files
committed
readme links fix
1 parent f6d4c6b commit 06ef69d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export {
5959

6060
Basic API is same as in [`i18n-for-browser` module.](https://github.com/TrigenSoftware/i18n-for-browser)
6161

62-
### [createI18nProvider](https://trigensoftware.github.io/i18n-for-react/interfaces/_provider_.ii18nproviderconfig.html)
62+
### [createI18nProvider](https://trigensoftware.github.io/i18n-for-react/modules/_src_createi18nprovider_.html#createi18nprovider)
6363

6464
Create `I18nContext` and `I18nProvider` with given methods.
6565

@@ -99,7 +99,7 @@ const {
9999

100100
</details>
101101

102-
### [createI18nHook](https://trigensoftware.github.io/i18n-for-react/interfaces/_provider_.ii18nproviderconfig.html)
102+
### [createI18nHook](https://trigensoftware.github.io/i18n-for-react/modules/_src_createi18nprovider_.html#createi18nhook)
103103

104104
Create hook from context.
105105

@@ -125,7 +125,7 @@ function SomeComponent() {
125125

126126
</details>
127127

128-
### [I18nProvider](https://trigensoftware.github.io/i18n-for-react/interfaces/_provider_.ii18nproviderconfig.html)
128+
### [I18nProvider](https://trigensoftware.github.io/i18n-for-react/modules/_src_createi18nprovider_.html#createi18nprovider)
129129

130130
Configurator and provider of `i18n` instance.
131131

@@ -169,7 +169,7 @@ Configurator and provider of `i18n` instance.
169169

170170
</details>
171171

172-
### [rprintf()](https://trigensoftware.github.io/i18n-for-react/modules/_rprintf_.html#rprintf)
172+
### [rprintf()](https://trigensoftware.github.io/i18n-for-react/modules/_src_rprintf_.html#rprintf)
173173

174174
Format string with wrappers.
175175

@@ -189,7 +189,7 @@ rprintf('Hi, <>John</>!', [_ => `<b>${_}</b>`])
189189

190190
</details>
191191

192-
### [__x()](https://trigensoftware.github.io/i18n-for-react/modules/_index_.html#__x)
192+
### [__x()](https://trigensoftware.github.io/i18n-for-react/modules/_src_index_.html#__x)
193193

194194
Same as `__()`, but for JSX.
195195

@@ -209,7 +209,7 @@ __x('Hi, <>%s</>!', 'John', [<b/>])
209209

210210
</details>
211211

212-
### [__xmf()](https://trigensoftware.github.io/i18n-for-react/modules/_index_.html#__xmf)
212+
### [__xmf()](https://trigensoftware.github.io/i18n-for-react/modules/_src_index_.html#__xmf)
213213

214214
Same as `__mf()`, but for JSX.
215215

@@ -229,7 +229,7 @@ __xmf('Hi, <>{username}</>!', { username: 'John' }, [<b/>])
229229

230230
</details>
231231

232-
### [__xn()](https://trigensoftware.github.io/i18n-for-react/modules/_index_.html#__xn)
232+
### [__xn()](https://trigensoftware.github.io/i18n-for-react/modules/_src_index_.html#__xn)
233233

234234
Same as `__n()`, but for JSX.
235235

0 commit comments

Comments
 (0)