Skip to content

Commit 4b76976

Browse files
ClaudeCopilot
andauthored
[WIP] Fix dead and redirected links in documentation and pages (#243)
* Initial plan * docs: normalize clone instructions (#245) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --------- Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent b7bf3a2 commit 4b76976

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ This website is continuously monitored for:
8080

8181
```bash
8282
# Clone the repository
83-
git clone https://github.com/DavidKRK/DavidKRK.github.io.git
83+
git clone https://github.com/DavidKRK/DavidKRK.github.io
8484
cd DavidKRK.github.io
8585

8686
# Install dependencies
87-
npm install
87+
npm ci
8888

8989
# Build optimized assets
9090
npm run build

assets/player/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This example displays how to construct a basic audio player using howler.js as t
1212

1313
## How-To
1414
1. Clone the git repo or download the source:
15-
* **Clone:** `git clone https://github.com/goldfire/howler.js.git`
15+
* **Clone:** `git clone https://github.com/goldfire/howler.js`
1616
* **Download:** [https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master](https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master)
1717
2. Open `index.html` in your favorite browser.
1818

0 commit comments

Comments
 (0)