Skip to content

Commit

Permalink
DOCS-quantopian#22: Update GitHub links and directory name
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lin <[email protected]>
  • Loading branch information
richardlin047 committed Mar 31, 2021
1 parent 2148344 commit 50f186f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to install from source and make local changes to their copy of modin-spreadsheet
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
We `track issues`__ on `GitHub`__ and that's also the best place to ask any questions you may have.

__ https://github.com/modin-project/qgrid#running-from-source--testing-your-changes
__ https://github.com/modin-project/qgrid
__ https://github.com/modin-project/qgrid/issues
__ https://github.com/modin-project/modin-spreadsheet#running-from-source--testing-your-changes
__ https://github.com/modin-project/modin-spreadsheet
__ https://github.com/modin-project/modin-spreadsheet/issues
__ https://github.com/
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ to do this.

#. Clone the repository from GitHub and ``cd`` into the top-level directory::

git clone https://github.com/modin-project/qgrid.git
cd qgrid
git clone https://github.com/modin-project/modin-spreadsheet.git
cd modin-spreadsheet

#. Install the current project in `editable <https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs>`_
mode::
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/modin-project/qgrid"
"url": "https://github.com/modin-project/modin-spreadsheet"
},
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def extras_require():
"zip_safe": False,
"author": "Modin Maintainers",
"author_email": "[email protected]",
"url": "https://github.com/modin-project/qgrid",
"url": "https://github.com/modin-project/modin-spreadsheet",
"license": "Apache-2.0",
"keywords": [
"ipython",
Expand Down

0 comments on commit 50f186f

Please sign in to comment.