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

Commit

Permalink
Fix docs links in readme (#2284)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lucasecdb authored and facebook-github-bot committed Dec 12, 2019
1 parent 817e371 commit 3b6d231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with [immutable-js](https://facebook.github.io/immutable-js/), offering
an API with functional state updates and aggressively leveraging data persistence
for scalable memory usage.

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

## API Notice

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

[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)).
[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)).

[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)).
[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)).

[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)).
[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)).

## Resources and Ecosystem

Expand Down

0 comments on commit 3b6d231

Please sign in to comment.