@@ -45,7 +45,7 @@ The **Application Developer Hub for Azure PostgreSQL** is a curated, filterable
4545- Videos and blog posts
4646- Learning paths for structured skill-building
4747
48- ** Live site:** ` https://azure-samples.github.io/postgres-appdev- hub/ `
48+ ** Live site:** ` https://azure-samples.github.io/postgres-hub/ `
4949
5050** Tech stack at a glance:**
5151
@@ -311,8 +311,8 @@ customFields: {
311311
312312``` bash
313313# 1. Clone the repository
314- git clone https://github.com/Azure-Samples/postgres-appdev- hub.git
315- cd postgres-appdev- hub
314+ git clone https://github.com/Azure-Samples/postgres-hub.git
315+ cd postgres-hub
316316
317317# 2. Install dependencies
318318npm install
@@ -321,7 +321,7 @@ npm install
321321npm start
322322```
323323
324- The site opens automatically at ` http://localhost:3000/postgres-appdev- hub/ ` .
324+ The site opens automatically at ` http://localhost:3000/postgres-hub/ ` .
325325
326326** Hot reload** is enabled — most changes to ` .tsx ` , ` .ts ` , ` .css ` , or ` .json ` files are reflected immediately in the browser without a restart.
327327
@@ -344,7 +344,7 @@ Output goes to `build/`. If this exits with code 0, the build is clean.
344344### 4.1 Project Layout
345345
346346```
347- postgres-appdev- hub/
347+ postgres-hub/
348348│
349349├── docusaurus.config.js ← Site-wide config, Quick Links, Learning Paths, Community section
350350├── constants.js ← Shared constants (cookie label/id)
@@ -596,7 +596,7 @@ Steps:
5965967 . Deploy to GitHub Pages via ` actions/deploy-pages `
597597
598598The deployment target is the ` gh-pages ` branch. The live URL is:
599- ` https://azure-samples.github.io/postgres-appdev- hub/ `
599+ ` https://azure-samples.github.io/postgres-hub/ `
600600
601601---
602602
@@ -690,7 +690,7 @@ export const PARENT_CHILD_MAP = {
690690- Read [ Contributing.md] ( ./Contributing.md ) before submitting a PR.
691691- Use the GitHub issue templates: go to ** Issues → New Issue** and choose the ** Feedback** template.
692692- The floating "Share Feedback" button on the live site opens a pre-filled GitHub issue at:
693- ` https://github.com/Azure-Samples/postgres-appdev- hub/issues/new?template=feedback.md `
693+ ` https://github.com/Azure-Samples/postgres-hub/issues/new?template=feedback.md `
694694- Questions? Email: ` AskAzurePostgreSQL@microsoft.com `
695695
696696### PR checklist
0 commit comments