diff --git a/README.md b/README.md
index c92aa27..d234622 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
(still in progress, I've a lot lot to upgrade on the interface / UX)
--> davd-gzl.github.io/Postcards/
+-> offware-apps.github.io/Postcards/
@@ -54,7 +54,7 @@ _Postcards remembers where you've been — it is **not** a trip planner._
Requires [Node.js](https://nodejs.org) 20+ and [pnpm](https://pnpm.io).
```bash
-git clone https://github.com/davd-gzl/Postcards.git
+git clone https://github.com/offware-apps/Postcards.git
cd Postcards
pnpm install
pnpm --filter postcards dev # run the app at http://localhost:5173
diff --git a/apps/postcards/src/app/App.tsx b/apps/postcards/src/app/App.tsx
index 28cae15..4528e60 100644
--- a/apps/postcards/src/app/App.tsx
+++ b/apps/postcards/src/app/App.tsx
@@ -291,7 +291,7 @@ export function App() {
)}
{
unrepresentable: "any",
}) as Record;
return {
- $id: `https://github.com/davd-gzl/Postcards/blob/main/apps/postcards/src/lib/schema/portable-file.schema.json`,
+ $id: `https://github.com/offware-apps/Postcards/blob/main/apps/postcards/src/lib/schema/portable-file.schema.json`,
title: `Postcards portable data file (schemaVersion ${SCHEMA_VERSION})`,
...schema,
};
diff --git a/apps/postcards/src/lib/schema/portable-file.schema.json b/apps/postcards/src/lib/schema/portable-file.schema.json
index 4598989..6226a95 100644
--- a/apps/postcards/src/lib/schema/portable-file.schema.json
+++ b/apps/postcards/src/lib/schema/portable-file.schema.json
@@ -1,5 +1,5 @@
{
- "$id": "https://github.com/davd-gzl/Postcards/blob/main/apps/postcards/src/lib/schema/portable-file.schema.json",
+ "$id": "https://github.com/offware-apps/Postcards/blob/main/apps/postcards/src/lib/schema/portable-file.schema.json",
"title": "Postcards portable data file (schemaVersion 12)",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",