Skip to content

Commit 3f1942c

Browse files
authored
docs: point stale doc links at the new documentation site (#1130)
The MkDocs migration (#1129) renamed files under docs/; update README, CLAUDE.md, and the server package README to the new site URLs and paths.
1 parent 9c6ca91 commit 3f1942c

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Controllers instantiate use cases, build request DTOs, and apply config defaults
118118

119119
## Design Philosophy
120120

121-
Taskdog is for **individual** task management following GTD. See [DESIGN_PHILOSOPHY.md](docs/DESIGN_PHILOSOPHY.md).
121+
Taskdog is for **individual** task management following GTD. See [DESIGN_PHILOSOPHY.md](docs/design-philosophy.md).
122122

123123
Key decisions:
124124

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ taskdog gantt
103103
taskdog tui
104104
```
105105

106-
For complete setup including API key configuration, see **[Quick Start Guide](docs/QUICKSTART.md)**.
106+
For complete setup including API key configuration, see **[Quick Start Guide](https://kohei-wada.github.io/taskdog/getting-started/)**.
107107

108108
## Features
109109

@@ -125,11 +125,11 @@ https://github.com/user-attachments/assets/dcb44390-7b10-49a0-bdfc-01a03d7751f9
125125

126126
## Documentation
127127

128-
- **[Quick Start Guide](docs/QUICKSTART.md)** - Step-by-step setup
129-
- **[CLI Commands Reference](docs/COMMANDS.md)** - Complete command documentation
130-
- **[API Reference](docs/API.md)** - REST API endpoints and examples
131-
- **[Configuration Guide](docs/CONFIGURATION.md)** - All configuration options
132-
- **[Design Philosophy](docs/DESIGN_PHILOSOPHY.md)** - Why Taskdog works this way
128+
- **[Quick Start Guide](https://kohei-wada.github.io/taskdog/getting-started/)** - Step-by-step setup
129+
- **[CLI Commands Reference](https://kohei-wada.github.io/taskdog/reference/cli-guide/)** - Complete command documentation
130+
- **[API Reference](https://kohei-wada.github.io/taskdog/reference/api-guide/)** - REST API endpoints and examples
131+
- **[Configuration Guide](https://kohei-wada.github.io/taskdog/configuration/)** - All configuration options
132+
- **[Design Philosophy](https://kohei-wada.github.io/taskdog/design-philosophy/)** - Why Taskdog works this way
133133
- **[Deployment Guide](contrib/README.md)** - Docker, systemd, launchd
134134

135135
## Architecture

packages/taskdog-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once the server is running, visit:
5454
- Alternative docs: http://localhost:8000/redoc
5555
- Health check: http://localhost:8000/health
5656

57-
For complete API reference, see [docs/API.md](../../docs/API.md).
57+
For complete API reference, see [API Guide](https://kohei-wada.github.io/taskdog/reference/api-guide/).
5858

5959
## Authentication
6060

@@ -75,7 +75,7 @@ Clients authenticate via `X-Api-Key` header:
7575
curl -H "X-Api-Key: your-secret-key" http://localhost:8000/api/v1/tasks/
7676
```
7777

78-
See [Authentication Documentation](../../docs/API.md#authentication) for details.
78+
See [Authentication Documentation](https://kohei-wada.github.io/taskdog/reference/api-guide/#authentication) for details.
7979

8080
## WebSocket Real-time Updates
8181

@@ -123,7 +123,7 @@ Core configuration: `~/.config/taskdog/core.toml`
123123
country = "JP"
124124
```
125125

126-
See [Configuration Guide](../../docs/CONFIGURATION.md) for all options.
126+
See [Configuration Guide](https://kohei-wada.github.io/taskdog/configuration/) for all options.
127127

128128
## Architecture
129129

0 commit comments

Comments
 (0)