mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix: users page edit link (#1045)
* Updated with correct link The previous link led to a 404 page. * Update users.js
This commit is contained in:
parent
7df7c6fa60
commit
31dd833b6c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Users extends React.Component {
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Edit this page with a{' '}
|
Edit this page with a{' '}
|
||||||
<a href="https://github.com/facebook/docusaurus/edit/master/website/data/users.js">
|
<a href="https://github.com/facebook/docusaurus/edit/master/v1/website/data/users.js">
|
||||||
Pull Request
|
Pull Request
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
to add your logo.
|
to add your logo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue