From 33c3630a1f21436873fba136bba51c78e9a0bffb Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Tue, 23 Jul 2024 16:30:47 -0500 Subject: [PATCH] refactored to new repo org: Knowledge-Graph-Hub --- .cruft.json | 2 +- CONTRIBUTING.md | 6 +++--- docs/setup.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 233b1b4..faa93a3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -5,7 +5,7 @@ "context": { "cookiecutter": { "project_name": "kg-chat", - "github_org_name": "hrshdhgd", + "github_org_name": "Knowledge-Graph-Hub", "__project_slug": "kg_chat", "project_description": "Chatbot that looks up information from provided KGs", "min_python_version": "3.9", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d78e9cc..946e265 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ When contributing to this repository, please first discuss the changes you wish ### Reporting bugs or making feature requests -To report a bug or suggest a new feature, please go to the [hrshdhgd/kg-chat issue tracker](https://github.com/hrshdhgd/kg-chat/issues), as we are +To report a bug or suggest a new feature, please go to the [Knowledge-Graph-Hub/kg-chat issue tracker](https://github.com/Knowledge-Graph-Hub/kg-chat/issues), as we are consolidating issues there. Please supply enough details to the developers to enable them to verify and troubleshoot your issue: @@ -46,7 +46,7 @@ and make your changes on a [new branch][about-branches]. [about-branches]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches [about-issues]: https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues [about-pulls]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests -[issues]: https://github.com/hrshdhgd/kg-chat/issues/ -[pulls]: https://github.com/hrshdhgd/kg-chat/pulls/ +[issues]: https://github.com/Knowledge-Graph-Hub/kg-chat/issues/ +[pulls]: https://github.com/Knowledge-Graph-Hub/kg-chat/pulls/ We recommend also reading [GitHub Pull Requests: 10 Tips to Know](https://blog.mergify.com/github-pull-requests-10-tips-to-know/) diff --git a/docs/setup.rst b/docs/setup.rst index 4df52e5..2cb2183 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -10,7 +10,7 @@ Setup 2. Create a new project by giving it a name of your choice. Make sure to choose the latest version of Neo4j. At this time it is (v5.21.2). 3. Create an empty database with a name of your choice and ``Start`` it. - - Credentials can be as declared `here `_ + - Credentials can be as declared `here `_ 4. Install the APOC plugin in Neo4j Desktop. It is listed under the ``Plugins`` tab which appears when you single-click the database.