Skip to content

Commit 54220cb

Browse files
fix: update repository references from 'grades' to 'clhs_score' in documentation and code
1 parent cb3e620 commit 54220cb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
### 1. 取得專案原始碼
3333

3434
```bash
35-
git clone https://github.com/alvin000009238/grades.git
36-
cd grades
35+
git clone https://github.com/alvin000009238/clhs_score.git
36+
cd clhs_score
3737
```
3838

3939
### 2. 環境變數設定

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
app:
33
build: .
4-
image: ghcr.io/${GHCR_IMAGE:-alvin000009238/grades}:latest
4+
image: ghcr.io/${GHCR_IMAGE:-alvin000009238/clhs_score}:latest
55
env_file:
66
- .env
77
environment:
@@ -30,7 +30,7 @@ services:
3030

3131
tailscale:
3232
image: tailscale/tailscale:latest
33-
hostname: ${TS_HOSTNAME:-grades-docker}
33+
hostname: ${TS_HOSTNAME:-score-docker}
3434
environment:
3535
- TS_AUTHKEY=${TS_AUTHKEY:-}
3636
- TS_EXTRA_ARGS=--exit-node=${TS_EXIT_NODE:-}

frontend/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ document.addEventListener('DOMContentLoaded', () => {
4040
if (container) {
4141
container.innerHTML = `
4242
<span class="footer-divider">|</span>
43-
<a href="https://github.com/alvin000009238/grades/commit/${commitHash}" target="_blank" rel="noopener noreferrer"
43+
<a href="https://github.com/alvin000009238/clhs_score/commit/${commitHash}" target="_blank" rel="noopener noreferrer"
4444
class="footer-link mono">
4545
${shortHash}
4646
</a>

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ <h3 class="section-title">
534534
<p class="footer-links">
535535
<a href="mailto:contact@clhs.dev" class="footer-link">contact@clhs.dev</a>
536536
<span class="footer-divider">|</span>
537-
<a href="https://github.com/alvin000009238/grades" target="_blank" rel="noopener noreferrer"
537+
<a href="https://github.com/alvin000009238/clhs_score" target="_blank" rel="noopener noreferrer"
538538
class="footer-github-link">
539539
<svg height="16" width="16" viewBox="0 0 16 16" fill="currentColor">
540540
<path

0 commit comments

Comments
 (0)