From 50f186f2b48a2ee55490bb72250224aaf1bf24d7 Mon Sep 17 00:00:00 2001 From: Richard Lin Date: Wed, 31 Mar 2021 11:34:48 -0400 Subject: [PATCH] DOCS-#22: Update GitHub links and directory name Signed-off-by: Richard Lin --- CONTRIBUTING.rst | 6 +++--- README.rst | 4 ++-- js/package.json | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a760d35e..2617dbfc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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/ diff --git a/README.rst b/README.rst index 2b2551bd..ca73962e 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ mode:: diff --git a/js/package.json b/js/package.json index 7de6727b..260ce801 100644 --- a/js/package.json +++ b/js/package.json @@ -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", diff --git a/setup.py b/setup.py index 9ab677b8..2072aca7 100644 --- a/setup.py +++ b/setup.py @@ -168,7 +168,7 @@ def extras_require(): "zip_safe": False, "author": "Modin Maintainers", "author_email": "dev@modin.org", - "url": "https://github.com/modin-project/qgrid", + "url": "https://github.com/modin-project/modin-spreadsheet", "license": "Apache-2.0", "keywords": [ "ipython",