@@ -59,7 +59,7 @@ export {
5959
6060Basic 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
6464Create ` 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
104104Create 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
130130Configurator 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
174174Format 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
194194Same 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
214214Same 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
234234Same as ` __n() ` , but for JSX.
235235
0 commit comments