diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b59376..d642075 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ in any real-time space e.g., Slack, Discord, etc. Before reporting a new issue, please ensure that the issue was not already reported or fixed by searching through our [issues -list](https://github.com/org_name/repo_name/issues). +list](https://github.com/outshift-open/ioc-knowledge-memory/issues). When creating a new issue, please be sure to include a **title and clear description**, as much relevant information as possible, and, if possible, a @@ -47,12 +47,10 @@ you can do: _[Reporting Issues](#reporting-issues)_ section, providing feedback to the issue's author on what might be missing. - Review and update the existing content of our - [Wiki](https://github.com/org_name/repo_name/wiki) with up-to-date + [Wiki](https://github.com/outshift-open/ioc-knowledge-memory/wiki) with up-to-date instructions and code samples. - Review existing pull requests, and testing patches against real existing applications that use `ioc-knowledge-memory-svc`. - Write a test, or add a missing test case to an existing test. Thanks again for your interest on contributing to `ioc-knowledge-memory-svc`! - -:heart: diff --git a/docker-db/README.md b/docker-db/README.md index b5bff62..9fec295 100644 --- a/docker-db/README.md +++ b/docker-db/README.md @@ -1,6 +1,6 @@ ### Dockefile for the Databases (Agensgraph + PgVector + Postgres) -Build the Docker image for DB. Tag and Push image to ghcr.io/cisco-eti +Build the Docker image for DB. Tag and Push image to ghcr.io/outshift-open ``` docker-compose up --build ```