Skip to content

Commit ed9ef7d

Browse files
authored
Merge pull request #181 from openedx/tcril/fix-gh-org-url
Fix github url strings (org edx -> openedx)
2 parents c7a679c + 53b6006 commit ed9ef7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ License
7676
-------
7777

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

8282
Documentation
@@ -104,4 +104,4 @@ Please do not report security issues in public. Please email
104104
105105

106106
.. _individual contributor agreement: https://open.edx.org/wp-content/uploads/2019/01/individual-contributor-agreement.pdf
107-
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
107+
.. _CONTRIBUTING: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class App extends Component {
147147
<li>
148148
<a
149149
className="nav-link "
150-
href="https://github.com/edx/edx-bootstrap/tree/update-with-documentation-site"
150+
href="https://github.com/openedx/edx-bootstrap/tree/update-with-documentation-site"
151151
>
152152
This project on Github
153153
</a>

src/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class Header extends React.Component {
2020

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

0 commit comments

Comments
 (0)