Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 3b6d231

Browse files
lucasecdbfacebook-github-bot
authored andcommitted
Fix docs links in readme (#2284)
Summary: **Summary** Fixes the links in the readme pointing to the docs. The links ended in `.html` which resulted in a 404 page, this may have been a regression from the recent docusaurus update. Pull Request resolved: #2284 Differential Revision: D18953167 Pulled By: mrkev fbshipit-source-id: 49ce5f32aad05732d896349a77657236f7f3358d
1 parent 817e371 commit 3b6d231

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with [immutable-js](https://facebook.github.io/immutable-js/), offering
1717
an API with functional state updates and aggressively leveraging data persistence
1818
for scalable memory usage.
1919

20-
[Learn how to use Draft.js in your own project.](https://draftjs.org/docs/getting-started.html)
20+
[Learn how to use Draft.js in your own project.](https://draftjs.org/docs/getting-started/)
2121

2222
## API Notice
2323

@@ -164,11 +164,11 @@ comment inputs, [Notes](https://www.facebook.com/notes/), and
164164
| --------- | --------- | --------- | --------- | --------- | --------- |
165165
| IE11, Edge [1, 2]| last 2 versions| last 2 versions| last 2 versions| not fully supported [3] | not fully supported [3]
166166

167-
[1] May need a shim or a polyfill for some syntax used in Draft.js ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#polyfills)).
167+
[1] May need a shim or a polyfill for some syntax used in Draft.js ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls/#polyfills)).
168168

169-
[2] IME inputs have known issues in these browsers, especially Korean ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#ime-and-internet-explorer)).
169+
[2] IME inputs have known issues in these browsers, especially Korean ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls/#ime-and-internet-explorer)).
170170

171-
[3] There are known issues with mobile browsers, especially on Android ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#mobile-not-yet-supported)).
171+
[3] There are known issues with mobile browsers, especially on Android ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls/#mobile-not-yet-supported)).
172172

173173
## Resources and Ecosystem
174174

0 commit comments

Comments
 (0)