From 464269443647f4d74ed18e635a21a5b32c4afc7e Mon Sep 17 00:00:00 2001 From: Mostafa Moradi Date: Fri, 22 May 2026 17:33:26 +0300 Subject: [PATCH] chore(repo): point in-repo URLs at eveys-mobility/Console --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- apps/web/src/components/AppShell.tsx | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c3133b..386b6d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,8 +30,8 @@ licensed under the project's licence (Apache-2.0, see ## Getting started ```bash -git clone git@github.com:MostafaMoradii/eveys-console.git -cd eveys-console +git clone git@github.com:eveys-mobility/Console.git +cd Console pnpm install pnpm gen:api-types # regenerates gateway types from the # vendored openapi.yaml diff --git a/README.md b/README.md index 22bd6b7..2ededb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# eveys-console +# Console -[![CI](https://github.com/MostafaMoradii/eveys-console/actions/workflows/ci.yml/badge.svg)](https://github.com/MostafaMoradii/eveys-console/actions/workflows/ci.yml) +[![CI](https://github.com/eveys-mobility/Console/actions/workflows/ci.yml/badge.svg)](https://github.com/eveys-mobility/Console/actions/workflows/ci.yml) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE) System-administration console for the OCPP gateway. Sign-in protected, diff --git a/apps/web/src/components/AppShell.tsx b/apps/web/src/components/AppShell.tsx index 3c1f173..2ea0bf4 100644 --- a/apps/web/src/components/AppShell.tsx +++ b/apps/web/src/components/AppShell.tsx @@ -312,9 +312,7 @@ function NavItem({ to, label, icon, active }: NavItemProps) { // the workflow nav above. Icon-only gear — Configuration is a // secondary surface; the sidebar nav stays focused on operator // workflows above the bar. -// Where the "What's new" link points. Hardcoded for now; if/when the -// repo moves under the eveys-mobility org this constant updates. -const RELEASES_URL = 'https://github.com/MostafaMoradii/eveys-console/releases'; +const RELEASES_URL = 'https://github.com/eveys-mobility/Console/releases'; function SidebarFooter({ path }: { path: string }) { const configActive = path.startsWith('/sys/config');