Skip to content

Commit

Permalink
Merge pull request #181 from openedx/tcril/fix-gh-org-url
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
sarina authored Sep 15, 2022
2 parents c7a679c + 53b6006 commit ed9ef7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
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 ed9ef7d

Please sign in to comment.