Skip to content

Commit 50f186f

Browse files
committed
DOCS-quantopian#22: Update GitHub links and directory name
Signed-off-by: Richard Lin <richard.lin.047@berkeley.edu>
1 parent 2148344 commit 50f186f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to install from source and make local changes to their copy of modin-spreadsheet
77
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
88
We `track issues`__ on `GitHub`__ and that's also the best place to ask any questions you may have.
99

10-
__ https://github.com/modin-project/qgrid#running-from-source--testing-your-changes
11-
__ https://github.com/modin-project/qgrid
12-
__ https://github.com/modin-project/qgrid/issues
10+
__ https://github.com/modin-project/modin-spreadsheet#running-from-source--testing-your-changes
11+
__ https://github.com/modin-project/modin-spreadsheet
12+
__ https://github.com/modin-project/modin-spreadsheet/issues
1313
__ https://github.com/

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ to do this.
142142

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

145-
git clone https://github.com/modin-project/qgrid.git
146-
cd qgrid
145+
git clone https://github.com/modin-project/modin-spreadsheet.git
146+
cd modin-spreadsheet
147147

148148
#. Install the current project in `editable <https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs>`_
149149
mode::

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "src/index.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/modin-project/qgrid"
9+
"url": "https://github.com/modin-project/modin-spreadsheet"
1010
},
1111
"keywords": [
1212
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def extras_require():
168168
"zip_safe": False,
169169
"author": "Modin Maintainers",
170170
"author_email": "dev@modin.org",
171-
"url": "https://github.com/modin-project/qgrid",
171+
"url": "https://github.com/modin-project/modin-spreadsheet",
172172
"license": "Apache-2.0",
173173
"keywords": [
174174
"ipython",

0 commit comments

Comments
 (0)