Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 7, 2022
1 parent c7a679c commit b013282
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ License
-------

The code in this repository uses the Apache 2.0 license unless otherwise noted.
Please see the `LICENSE file <https://github.com/edx/edx-bootstrap/blob/master/LICENSE>`_
Please see the `LICENSE file <https://github.com/openedx/edx-bootstrap/blob/master/LICENSE>`_
for details.

Documentation
Expand Down Expand Up @@ -104,4 +104,4 @@ Please do not report security issues in public. Please email
security@edx.org.

.. _individual contributor agreement: https://open.edx.org/wp-content/uploads/2019/01/individual-contributor-agreement.pdf
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
.. _CONTRIBUTING: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class App extends Component {
<li>
<a
className="nav-link "
href="https://github.com/edx/edx-bootstrap/tree/update-with-documentation-site"
href="https://github.com/openedx/edx-bootstrap/tree/update-with-documentation-site"
>
This project on Github
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class Header extends React.Component {

<ul className="navbar-nav flex-row ml-md-auto d-none d-md-flex">
<li className="nav-item">
<a className="nav-link " href="https://github.com/edx/edx-bootstrap/tree/update-with-documentation-site">This github branch</a>
<a className="nav-link " href="https://github.com/openedx/edx-bootstrap/tree/update-with-documentation-site">This github branch</a>
</li>
<li className="nav-item">
<a className="nav-link" href="https://getbootstrap.com/docs/4.2/getting-started/introduction/">Original Bootstrap Docs</a>
Expand Down

0 comments on commit b013282

Please sign in to comment.