From 8526c2edf1b72ee40010dbde7576a26631702cb6 Mon Sep 17 00:00:00 2001 From: baldarian Date: Tue, 22 Oct 2024 20:35:03 +0400 Subject: [PATCH] fix: update project URL --- CONTRIBUTING.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2f7a46..c1f6892 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,9 +26,9 @@ Pull requests are the best way to propose changes to the codebase. We actively w In short, when you submit code changes, your submissions are understood to be under the same [Apache License](LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. -## Report bugs using Github's [issues](https://wwwin-github.cisco.com/apayani/FactualLLM/issues) +## Report bugs using Github's [issues](https://github.com/cisco-open/polygraphLLM/issues) -We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://wwwin-github.cisco.com/apayani/FactualLLM/issues). +We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/cisco-open/polygraphLLM/issues). ## Write bug reports with detail, background, and sample code diff --git a/setup.py b/setup.py index cf0c69a..de5ed62 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def parse_requirements(filename): version='0.1.0', author='Ali Payani', author_email='apayani@cisco.com', - url='https://wwwin-github.cisco.com/apayani/FactualLLM', # Replace with your project's URL + url='https://github.com/cisco-open/polygraphLLM', license='MIT', # Choose an appropriate license description="Hallucination detection package", long_description=open('README.md').read(),