diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index cc321a8..e093d80 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -57,7 +57,7 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported via [GitHub's private reporting channel](https://github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new). +reported via [GitHub's private reporting channel](https://github.com/ocpp-debugkit/toolkit/security/advisories/new). All complaints will be reviewed and investigated promptly and fairly. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b4615b..31e7126 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,8 @@ covers setup, conventions, and the contribution workflow. ```bash # Clone the repository -git clone https://github.com/ocpp-debugkit/ocpp-debugkit.git -cd ocpp-debugkit +git clone https://github.com/ocpp-debugkit/toolkit.git +cd toolkit # Install dependencies pnpm install @@ -277,7 +277,7 @@ new contributors. They should: - Not require deep knowledge of the codebase If you're a new contributor, look for issues with the `good-first-issue` label -on the [issues page](https://github.com/ocpp-debugkit/ocpp-debugkit/issues). +on the [issues page](https://github.com/ocpp-debugkit/toolkit/issues). ## Security Guidelines @@ -332,6 +332,6 @@ The following documents are updated as part of the work, inside the PR: ## Questions? -- Open a [GitHub Issue](https://github.com/ocpp-debugkit/ocpp-debugkit/issues) +- Open a [GitHub Issue](https://github.com/ocpp-debugkit/toolkit/issues) - Read the [documentation](https://ocppdebugkit.com/docs) - Check the [roadmap](./ROADMAP.md) diff --git a/README.md b/README.md index ec1b9c7..b289fdb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > Open-source DevTools for debugging OCPP charging sessions. -[![CI](https://github.com/ocpp-debugkit/ocpp-debugkit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocpp-debugkit/ocpp-debugkit/actions/workflows/ci.yml) -[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/ocpp-debugkit/ocpp-debugkit/blob/main/LICENSE) +[![CI](https://github.com/ocpp-debugkit/toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/ocpp-debugkit/toolkit/actions/workflows/ci.yml) +[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/ocpp-debugkit/toolkit/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@ocpp-debugkit/toolkit.svg)](https://www.npmjs.com/package/@ocpp-debugkit/toolkit) OCPP DebugKit is a developer toolkit for inspecting, analyzing, and debugging @@ -74,8 +74,8 @@ OCPP DebugKit is a pnpm monorepo. All modules ship in a single npm package, ### From source ```bash -git clone https://github.com/ocpp-debugkit/ocpp-debugkit.git -cd ocpp-debugkit +git clone https://github.com/ocpp-debugkit/toolkit.git +cd toolkit pnpm install pnpm build ``` @@ -130,7 +130,7 @@ load a trace directly in your browser — no installation required. ## Links - [Documentation](https://ocppdebugkit.com/docs) -- [GitHub](https://github.com/ocpp-debugkit/ocpp-debugkit) +- [GitHub](https://github.com/ocpp-debugkit/toolkit) - [npm](https://www.npmjs.com/package/@ocpp-debugkit/toolkit) - [Roadmap](./ROADMAP.md) - [Contributing](./CONTRIBUTING.md) diff --git a/SECURITY.md b/SECURITY.md index 283b25e..3c92161 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ If you discover a security vulnerability in OCPP DebugKit, please report it responsibly: 1. **Do not** open a public GitHub issue. -2. Go to [github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new](https://github.com/ocpp-debugkit/ocpp-debugkit/security/advisories/new) +2. Go to [github.com/ocpp-debugkit/toolkit/security/advisories/new](https://github.com/ocpp-debugkit/toolkit/security/advisories/new) and create a private security advisory. 3. Include a description of the vulnerability, steps to reproduce, and potential impact. diff --git a/apps/web/README.md b/apps/web/README.md index 7209cd9..0d20c86 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -1,6 +1,6 @@ # OCPP DebugKit — Web App -The web front-end for [OCPP DebugKit](https://github.com/ocpp-debugkit/ocpp-debugkit), +The web front-end for [OCPP DebugKit](https://github.com/ocpp-debugkit/toolkit), a DevTools project for debugging OCPP charging session traces. This is a [Next.js](https://nextjs.org) app (App Router) using Tailwind CSS. It diff --git a/apps/web/src/app/docs/examples/page.tsx b/apps/web/src/app/docs/examples/page.tsx index 6575782..cb76d34 100644 --- a/apps/web/src/app/docs/examples/page.tsx +++ b/apps/web/src/app/docs/examples/page.tsx @@ -47,7 +47,7 @@ npm start`} CLI Reference — Full command reference
  • - + Examples on GitHub
  • diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 6a65317..e2f95f5 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { Try Inspector

    Apache 2.0 License