Skip to content

Commit d7130d2

Browse files
committed
fix: change all links from native-html/core to native-html/render
1 parent 524dd57 commit d7130d2

File tree

17 files changed

+315
-315
lines changed

17 files changed

+315
-315
lines changed

CONTRIBUTING.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ifdef::env-github[]
88
endif::[]
99
:toc:
1010

11-
:rnrh-test-folder: https://github.com/native-html/core/tree/master/packages/render-html/src/__tests__
11+
:rnrh-test-folder: https://github.com/native-html/render/tree/master/packages/render-html/src/__tests__
1212

1313
= A Contributors' Guide
1414

@@ -22,7 +22,7 @@ this project! Your effort will be very much appreciated.
2222

2323
After you've read the relevant sections of this document, you can open a ticket
2424
through GitHub here:
25-
https://github.com/native-html/core/issues/new/choose. Make
25+
https://github.com/native-html/render/issues/new/choose. Make
2626
sure you follow the appropriate template.
2727

2828
[NOTE]
@@ -46,7 +46,7 @@ cannot help you if you don't help us in the process!
4646
If you would like to report a problem, take a look around and see if someone
4747
already opened an issue about it (see <<HELP.adoc#,HELP>> document). If you a
4848
are certain this is a new, unreported bug, you can submit a bug report
49-
https://github.com/native-html/core/issues/new/choose[by
49+
https://github.com/native-html/render/issues/new/choose[by
5050
opening a new issue].
5151

5252
The most important quality of your bug report is *reproducibility*. It means we
@@ -93,13 +93,13 @@ a *Snack*. I will take you 2 minutes to configure.
9393

9494
Second important thing: try-out the latest version, including pre-releases! For
9595
more information on this topic, read the
96-
https://github.com/native-html/core#versions[Versions section
96+
https://github.com/native-html/render#versions[Versions section
9797
of the README]. If you can try `master` branch, that would be even better, but
9898
we don't require it because it could contain breaking changes. To do
9999
so, simply run the following command:
100100

101101
```bash
102-
npm install "github:native-html/core#master"
102+
npm install "github:native-html/render#master"
103103
```
104104

105105
[[features]]
@@ -174,7 +174,7 @@ feature will address).
174174
supported?).
175175

176176
You can take a look at drafts in
177-
https://github.com/native-html/core/tree/master/rfc[the `rfc`
177+
https://github.com/native-html/render/tree/master/rfc[the `rfc`
178178
folder] for inspiration.
179179

180180
[NOTE]

DEVELOPING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif::[]
1414

1515
Clone the project:
1616
```
17-
git clone [email protected]:native-html/core.git
17+
git clone [email protected]:native-html/render.git
1818
```
1919
Then yarn-install:
2020
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You're always welcome to join our [discord channel](https://discord.gg/dbEMMJM)
159159

160160
Check-out our [contributing guide](./CONTRIBUTING.adoc).
161161

162-
- You can report bugs in [our Issue Tracker](https://github.com/meliorence/native-html/core/issues);
162+
- You can report bugs in [our Issue Tracker](https://github.com/meliorence/native-html/render/issues);
163163
- We handle Feature Requests [in our Canny board](https://native-html.canny.io/features).
164164

165165
## :blue_heart: Sponsorship
@@ -170,5 +170,5 @@ Want to support this project or hire us to implement a feature? [Check out this
170170

171171
| Package | Release | Build Status | Coverage |
172172
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
173-
| [@native-html/css-processor](packages/css-processor#readme) | [![npm](https://img.shields.io/npm/v/@native-html/css-processor)](https://www.npmjs.com/package/@native-html/css-processor) | [![CI](https://github.com/native-html/core/workflows/css-processor/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Acss-processor) | [![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/core?flag=css-processor) |
174-
| [@native-html/transient-render-engine](packages/transient-render-engine#readme) | [![npm](https://img.shields.io/npm/v/@native-html/transient-render-engine)](https://www.npmjs.com/package/@native-html/transient-render-engine) | [![CI](https://github.com/native-html/core/workflows/transient-render-engine/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Atransient-render-tree) | [![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/core?flag=transient-render-engine) |
173+
| [@native-html/css-processor](packages/css-processor#readme) | [![npm](https://img.shields.io/npm/v/@native-html/css-processor)](https://www.npmjs.com/package/@native-html/css-processor) | [![CI](https://github.com/native-html/render/workflows/css-processor/badge.svg?branch=main)](https://github.com/native-html/render/actions?query=branch%3Amain+workflow%3Acss-processor) | [![codecov](https://codecov.io/gh/native-html/render/branch/main/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/render?flag=css-processor) |
174+
| [@native-html/transient-render-engine](packages/transient-render-engine#readme) | [![npm](https://img.shields.io/npm/v/@native-html/transient-render-engine)](https://www.npmjs.com/package/@native-html/transient-render-engine) | [![CI](https://github.com/native-html/render/workflows/transient-render-engine/badge.svg?branch=main)](https://github.com/native-html/render/actions?query=branch%3Amain+workflow%3Atransient-render-tree) | [![codecov](https://codecov.io/gh/native-html/render/branch/main/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/render?flag=transient-render-engine) |

apps/website/blog/2021-06-07-foundry-announcement.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ hi to inline images!
6868
- It is shipped with a CSS processor which enforces strict translation rules
6969
from CSS to React Native styles. Say goodbye to native crashes caused by
7070
unsupported CSS properties! See the [**dedicated
71-
article**](/react-native-render-html/docs/flow/css-processing) for
71+
article**](/react-native-render-html/docs/flow/css-processing) for
7272
reference.
7373
- It paves the way to server side (or build-time) pre-rendering in the future,
7474
and, why not, a react fiber and MDX builder.
@@ -105,7 +105,7 @@ function H1Renderer({
105105
);
106106
}
107107
```
108-
Default renderers support `onPress` and many more interesting props! See
108+
Default renderers support `onPress` and many more interesting props! See
109109
&ZeroWidthSpace;<Reference type="api-def" name="TDefaultRendererProps" url="/react-native-render-html/api/tdefaultrendererprops" />.
110110
Moreover, you can customize the rendering of children thanks to the <Reference
111111
type="api-def" name="TChildrenRenderer" url="/react-native-render-html/api/tchildrenrenderer" /> component!
@@ -164,7 +164,7 @@ url="/react-native-render-html/api/renderhtmlprops#systemfonts"/>.
164164
The versatile new list component [gives access to 47 markers
165165
presets](https://github.com/jsamr/react-native-li/tree/master/packages/counter-style#readme)
166166
for custom [CSS Counter
167-
Styles](https://drafts.csswg.org/css-counter-styles-3/); supports
167+
Styles](https://drafts.csswg.org/css-counter-styles-3/); supports
168168
`list-style-type` CSS property and `start` attribute. There is also an experimental RTL feature!
169169

170170
<ListsShowcase />
@@ -238,13 +238,13 @@ The three-layer rendering architecture shows its potential when rendering many H
238238
snippets at a time. It basically means that you can put configuration in a
239239
context to avoid the cost of instantiating the TRE too many times:
240240

241-
```jsx
241+
```jsx
242242
<RenderHTML source={{ html }} />
243243
```
244244

245245
is equivalent to this (**explicit 3 layers**):
246246

247-
```jsx
247+
```jsx
248248
<TRenderEngineProvider>
249249
<RenderHTMLConfigProvider>
250250
<RenderHTMLSource source={{ html }} />
@@ -293,7 +293,7 @@ models in the <Reference type="api-doc" name="defaultHTMLElementModels" url="/re
293293
With all the bug fixes, high test coverage and API stability, entering the
294294
beta stage means **the Foundry release is now ready for production**. Test coverage for
295295
the CSS processor and TRE is **100%** (see
296-
[native-html/core](https://github.com/native-html/core)) repository. The
296+
[native-html/render](https://github.com/native-html/render)) repository. The
297297
`react-native-render-html` package has a test coverage above **64%**, and will
298298
rise to above **90%** by the end of the beta stage.
299299

@@ -320,4 +320,4 @@ last 7 months. And finally, kudos to [Expensify](https://use.expensify.com/),
320320
Inc. for hiring me to build the first iteration of the engine, which was
321321
originally motivated by the lack of whitespace collapsing support.
322322

323-
<SocialLinks twitterUrl="https://twitter.com/jsamrn/status/1402322299395756032" redditUrl="https://www.reddit.com/r/reactjs/comments/nva0dk/announcing_the_beta_foundry_release_of_react/" />
323+
<SocialLinks twitterUrl="https://twitter.com/jsamrn/status/1402322299395756032" redditUrl="https://www.reddit.com/r/reactjs/comments/nva0dk/announcing_the_beta_foundry_release_of_react/" />

apps/website/blog/2021-10-23-6-2-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ informs the screen reader of the target element nature and how a user might inte
242242
This attributes roughly maps to React Native [`accessibilityRole`](https://reactnative.dev/docs/accessibility#accessibilityrole)
243243
prop, although the set of allowed values slightly differs.
244244
See [all supported roles and their mapping
245-
here](https://github.com/native-html/core/blob/00c0cd1034c4cb721e991d5c02b232c4d64eae3d/packages/transient-render-engine/src/tree/TNodeCtor.ts#L33).
245+
here](https://github.com/native-html/render/blob/00c0cd1034c4cb721e991d5c02b232c4d64eae3d/packages/transient-render-engine/src/tree/TNodeCtor.ts#L33).
246246

247247
:::warning
248248
Remember that a majority of interactive elements will not be rendered by this library. You must change their

apps/website/src/typeui/HeaderTypeBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import Badges from './Badges';
88

99
const thirdPartiesMap: Record<string, string> = {
1010
'@native-html/transient-render-engine':
11-
'https://github.com/native-html/core/tree/master/packages/transient-render-engine',
11+
'https://github.com/native-html/render/tree/master/packages/transient-render-engine',
1212
'@native-html/css-processor':
13-
'https://github.com/native-html/core/tree/master/packages/css-processor',
13+
'https://github.com/native-html/render/tree/master/packages/css-processor',
1414
domhandler: 'https://github.com/fb55/domhandler'
1515
};
1616

doc-tools/doc-pages/src/components/RefCssProcessor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const RefCssProcessor = ({}) => {
66
return (
77
<RefLibrary
88
name="@native-html/css-processor"
9-
url="https://github.com/native-html/core/tree/master/packages/css-processor#readme"
9+
url="https://github.com/native-html/render/tree/master/packages/css-processor#readme"
1010
/>
1111
);
1212
};

doc-tools/doc-pages/src/components/RefRNRH.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const RefRNRH = ({}) => {
66
return (
77
<RefLibrary
88
name="@native-html/render"
9-
url="https://github.com/native-html/core"
9+
url="https://github.com/native-html/render"
1010
/>
1111
);
1212
};

doc-tools/doc-pages/src/components/RefTRE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const RefTRE = ({}) => {
66
return (
77
<RefLibrary
88
name="@native-html/transient-render-engine"
9-
url="https://github.com/native-html/core/tree/master/packages/transient-render-engine#readme"
9+
url="https://github.com/native-html/render/tree/master/packages/transient-render-engine#readme"
1010
/>
1111
);
1212
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Core packages for @native-html ecosystem.",
55
"author": "Jules Sam. Randolph <[email protected]> (https://github.com/jsamr)",
66
"license": "MIT",
7-
"homepage": "https://github.com/native-html/core#readme",
7+
"homepage": "https://github.com/native-html/render#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+ssh://[email protected]:native-html/core.git"
10+
"url": "git+ssh://[email protected]:native-html/render.git"
1111
},
1212
"private": true,
1313
"scripts": {

0 commit comments

Comments
 (0)