Fix broken Claude Code documentation links
Update all references from docs.anthropic.com/en/docs/claude-code to code.claude.com/docs after documentation site migration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ A complete personal knowledge management system that combines Obsidian's powerfu
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
- [Obsidian](https://obsidian.md/) installed
|
- [Obsidian](https://obsidian.md/) installed
|
||||||
- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed
|
- [Claude Code CLI](https://code.claude.com/docs) installed
|
||||||
- Git installed
|
- Git installed
|
||||||
- GitHub account (optional, for mobile sync)
|
- GitHub account (optional, for mobile sync)
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ A complete personal knowledge management system that combines Obsidian's powerfu
|
|||||||
# 1) Install prerequisites (once)
|
# 1) Install prerequisites (once)
|
||||||
# - Obsidian: https://obsidian.md/
|
# - Obsidian: https://obsidian.md/
|
||||||
# - Git: https://git-scm.com/
|
# - Git: https://git-scm.com/
|
||||||
# - Claude Code CLI: https://docs.anthropic.com/en/docs/claude-code
|
# - Claude Code CLI: https://code.claude.com/docs
|
||||||
|
|
||||||
# 2) Clone this repository
|
# 2) Clone this repository
|
||||||
git clone https://github.com/ballred/obsidian-claude-pkm.git
|
git clone https://github.com/ballred/obsidian-claude-pkm.git
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Before starting, ensure you have:
|
|||||||
|
|
||||||
- [ ] **Obsidian** installed ([Download here](https://obsidian.md/))
|
- [ ] **Obsidian** installed ([Download here](https://obsidian.md/))
|
||||||
- [ ] **Git** installed ([Download here](https://git-scm.com/))
|
- [ ] **Git** installed ([Download here](https://git-scm.com/))
|
||||||
- [ ] **Claude Code CLI** installed ([Instructions](https://docs.anthropic.com/en/docs/claude-code))
|
- [ ] **Claude Code CLI** installed ([Instructions](https://code.claude.com/docs))
|
||||||
- [ ] **GitHub account** (optional, for sync) ([Sign up](https://github.com))
|
- [ ] **GitHub account** (optional, for sync) ([Sign up](https://github.com))
|
||||||
- [ ] **Text editor** (for configuration files)
|
- [ ] **Text editor** (for configuration files)
|
||||||
|
|
||||||
@@ -238,7 +238,7 @@ cp github-actions/claude.yml .github/workflows/
|
|||||||
```
|
```
|
||||||
|
|
||||||
2. Get Claude Code OAuth token:
|
2. Get Claude Code OAuth token:
|
||||||
- Visit: https://docs.anthropic.com/en/docs/claude-code/github-actions
|
- Visit: https://code.claude.com/docs/en/github-actions
|
||||||
- Follow instructions to get token
|
- Follow instructions to get token
|
||||||
|
|
||||||
3. Add token to GitHub:
|
3. Add token to GitHub:
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ Common issues and their solutions. If you can't find your issue here, check the
|
|||||||
1. Install Claude Code:
|
1. Install Claude Code:
|
||||||
```bash
|
```bash
|
||||||
# Check installation guide
|
# Check installation guide
|
||||||
# https://docs.anthropic.com/en/docs/claude-code
|
# https://code.claude.com/docs
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add to PATH:
|
2. Add to PATH:
|
||||||
@@ -476,7 +476,7 @@ rm -rf node_modules .obsidian/cache
|
|||||||
|
|
||||||
### Resources
|
### Resources
|
||||||
- [Obsidian Forum](https://forum.obsidian.md/)
|
- [Obsidian Forum](https://forum.obsidian.md/)
|
||||||
- [Claude Code Docs](https://docs.anthropic.com/en/docs/claude-code)
|
- [Claude Code Docs](https://code.claude.com/docs)
|
||||||
- [GitHub Issues](https://github.com/ballred/obsidian-claude-pkm/issues)
|
- [GitHub Issues](https://github.com/ballred/obsidian-claude-pkm/issues)
|
||||||
|
|
||||||
### Debug Information
|
### Debug Information
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# SETUP INSTRUCTIONS:
|
# SETUP INSTRUCTIONS:
|
||||||
# 1. Copy this file to .github/workflows/claude.yml in your vault repository
|
# 1. Copy this file to .github/workflows/claude.yml in your vault repository
|
||||||
# 2. Get your Claude Code OAuth token from: https://docs.anthropic.com/en/docs/claude-code/github-actions
|
# 2. Get your Claude Code OAuth token from: https://code.claude.com/docs/en/github-actions
|
||||||
# 3. Add the token as a secret in your repository:
|
# 3. Add the token as a secret in your repository:
|
||||||
# - Go to Settings > Secrets and variables > Actions
|
# - Go to Settings > Secrets and variables > Actions
|
||||||
# - Click "New repository secret"
|
# - Click "New repository secret"
|
||||||
@@ -284,4 +284,4 @@ jobs:
|
|||||||
# - Check file permissions and paths
|
# - Check file permissions and paths
|
||||||
#
|
#
|
||||||
# For more information:
|
# For more information:
|
||||||
# https://docs.anthropic.com/en/docs/claude-code/github-actions
|
# https://code.claude.com/docs/en/github-actions
|
||||||
@@ -35,7 +35,7 @@ if %errorlevel%==0 (
|
|||||||
echo [OK] Claude Code is installed
|
echo [OK] Claude Code is installed
|
||||||
) else (
|
) else (
|
||||||
echo [WARNING] Claude Code CLI not found
|
echo [WARNING] Claude Code CLI not found
|
||||||
echo Install from: https://docs.anthropic.com/en/docs/claude-code
|
echo Install from: https://code.claude.com/docs
|
||||||
set /p CONTINUE="Continue without Claude Code? (y/n): "
|
set /p CONTINUE="Continue without Claude Code? (y/n): "
|
||||||
if /i not "!CONTINUE!"=="y" exit /b 1
|
if /i not "!CONTINUE!"=="y" exit /b 1
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ if command_exists claude; then
|
|||||||
print_success "Claude Code is installed ($(claude --version 2>/dev/null || echo 'version check failed'))"
|
print_success "Claude Code is installed ($(claude --version 2>/dev/null || echo 'version check failed'))"
|
||||||
else
|
else
|
||||||
print_warning "Claude Code CLI not found"
|
print_warning "Claude Code CLI not found"
|
||||||
echo "Install from: https://docs.anthropic.com/en/docs/claude-code"
|
echo "Install from: https://code.claude.com/docs"
|
||||||
read -p "Continue without Claude Code? (y/n): " -n 1 -r
|
read -p "Continue without Claude Code? (y/n): " -n 1 -r
|
||||||
echo
|
echo
|
||||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user