Skip to content

Commit 594c2a3

Browse files
bdbarnettclaude
andcommitted
Replace file:// links in portal README with GitHub URLs
Fixes privacy leak: absolute `/home/brad/gh/pydevices/` paths replaced with standard GitHub repo URLs pointing to `.github` repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 9aece6f commit 594c2a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ For the `PyDevices.github.io` portal repository:
2020

2121
The entire PyDevices web presence is managed centrally from the **[`.github` (*dotgithub*)](https://github.com/PyDevices/.github)** repository:
2222

23-
1. **Database ([`repos_db.json`](file:///home/brad/gh/pydevices/dotgithub/data/repos_db.json))**: Single Source of Truth storing eyebrows, headlines, descriptions, tier colors, and 4-button CTA layouts for all repositories.
24-
2. **Canonical Assets Vault ([`dotgithub/assets/`](file:///home/brad/gh/pydevices/dotgithub/assets/))**: Master source for shared CSS, JavaScript, and branding logos.
25-
3. **Automated Site Generator ([`dotgithub/scripts/generate_sites.py`](file:///home/brad/gh/pydevices/dotgithub/scripts/generate_sites.py))**: Generates Above-the-Fold hero banners, head tags, grid cards, and syncs chrome assets across all repositories.
23+
1. **Database ([`repos_db.json`](https://github.com/PyDevices/.github/blob/main/data/repos_db.json))**: Single Source of Truth storing eyebrows, headlines, descriptions, tier colors, and 4-button CTA layouts for all repositories.
24+
2. **Canonical Assets Vault ([`dotgithub/assets/`](https://github.com/PyDevices/.github/tree/main/assets/))**: Master source for shared CSS, JavaScript, and branding logos.
25+
3. **Automated Site Generator ([`dotgithub/scripts/generate_sites.py`](https://github.com/PyDevices/.github/blob/main/scripts/generate_sites.py))**: Generates Above-the-Fold hero banners, head tags, grid cards, and syncs chrome assets across all repositories.
2626

2727
---
2828

0 commit comments

Comments
 (0)