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

Commit eddcc55

Browse files
sajadtorkamanifacebook-github-bot
authored andcommitted
Fix broken id anchor (#2095)
Summary: *Before* submitting a pull request, please make sure the following is done... 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests! 3. If you've changed APIs, update the documentation. 4. Ensure that: * The test suite passes (`npm test`) * Your code lints (`npm run lint`) and passes Flow (`npm run flow`) * You have followed the [testing guidelines](https://github.com/facebook/draft-js/wiki/Testing-for-Pull-Requests) 5. If you haven't already, complete the [CLA](https://code.facebook.com/cla). Please use the simple form below as a guideline for describing your pull request. Thanks for contributing to Draft.js! **Summary** Just a small fix :) **Test Plan** 1. Check out draft-js repo 1. Install dependencies with `yarn` 1. Change working directory to the website dir: `cd website` 1. Launch website in development mode: `yarn start` 1. Click the **Docs** link in the header 1. Click the **Learn more about why** link at the bottom of the page 1. Verify the page **Issues and Pitfalls** opens and scrolls to the **Missing Draft.css** heading Pull Request resolved: #2095 Differential Revision: D15821826 Pulled By: claudiopro fbshipit-source-id: 85977433416c7642f477d5709bee70f0795cf313
1 parent 87a812d commit eddcc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Because Draft.js supports unicode, you must have the following meta tag in the `
9898
<meta charset="utf-8" />
9999
```
100100

101-
`Draft.css` should be included when rendering the editor. Learn more about [why](/docs/advanced-topics-issues-and-pitfalls.html#missing-draft-css).
101+
`Draft.css` should be included when rendering the editor. Learn more about [why](/docs/advanced-topics-issues-and-pitfalls.html#missing-draftcss).
102102

103103
Next, let's go into the basics of the API and learn what else you can do with Draft.js.

0 commit comments

Comments
 (0)