Skip to content

Commit b39757d

Browse files
committed
fix: restore markdown link, github link
1 parent a692136 commit b39757d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

2021 - Archive/concurrent-react/legacy-concurrent-react/apis/hidden.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the hidden tabs can be deprioritized.
1515

1616
---
1717

18-
> Next: [Roots](/apis/roots.md)
18+
> Next: [Roots](./roots.md)
1919
2020
---
2121

2021 - Archive/concurrent-react/legacy-concurrent-react/apis/react-cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Other APIs:
8585

8686
---
8787

88-
> Next: [hidden](/apis/hidden.md)
88+
> Next: [hidden](./hidden.md)
8989
9090
---
9191

2021 - Archive/concurrent-react/legacy-concurrent-react/apis/roots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ work.commit();
8888

8989
---
9090

91-
> Next: [Community Demos](/community/demos.md)
91+
> Next: [Community Demos](../community/demos.md)
9292
9393
---
9494

2021 - Archive/concurrent-react/legacy-concurrent-react/apis/time-slicing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ Also see the Time Slicing Fixture: [Live Demo](https://timeslicing-unstable-demo
7575

7676
---
7777

78-
> Next: [React Suspense](/apis/react-suspense.md)
78+
> Next: [React Suspense](./react-suspense.md)
7979
8080
---
8181

8282
**Recommended Sources for further info:**
8383

8484
- [Scheduling is the Future - aweary's talk on React scheduling and Just Noticeable Difference](https://www.youtube.com/watch?v=Iyrf52cwxQI)
8585
- [The Evolution of React and GraphQL at Facebook - F8 2017](https://developers.facebook.com/videos/f8-2017/the-evolution-of-react-and-graphql-at-facebook-and-beyond/)
86-
- JSConf Iceland 2018 - [Video](https://www.youtube.com/watch?v=nLF0n9SACd4) and [Source Code](https://github.com/facebook/react/tree/master/fixtures/unstable-async/time-slicing)
86+
- JSConf Iceland 2018 - [Video](https://www.youtube.com/watch?v=nLF0n9SACd4) and [Source Code](https://github.com/facebook/react/tree/16.8.6/fixtures/unstable-async/time-slicing)
8787
- [Time Slicing Umbrella Issue](https://github.com/facebook/react/issues/13306)

0 commit comments

Comments
 (0)