Skip to content

Commit

Permalink
Merge pull request #3 from cisco-open/fix/update-project-url
Browse files Browse the repository at this point in the history
fix: update project URL
  • Loading branch information
apayani authored Oct 22, 2024
2 parents 95f1f9b + 8526c2e commit 7c1a764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_requirements(filename):
version='0.1.0',
author='Ali Payani',
author_email='[email protected]',
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(),
Expand Down

0 comments on commit 7c1a764

Please sign in to comment.