Skip to content

Commit c0d3ff7

Browse files
committed
docs: Fix GitHub Pages URLs
1 parent 1c15e55 commit c0d3ff7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# probitas-test Claude Plugins
22

33
Official Claude Code plugin marketplace for
4-
[Probitas](https://probitas-test.github.io/documents/) ecosystem.
4+
[Probitas](https://probitas-test.github.io/) ecosystem.
55

66
## Available Plugins
77

plugins/probitas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Probitas Plugin for Claude Code
22

3-
Integration plugin for [Probitas](https://probitas-test.github.io/documents/)
3+
Integration plugin for [Probitas](https://probitas-test.github.io/)
44
scenario testing framework.
55

66
## Features

plugins/probitas/commands/probitas-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ls -la probitas/
99
```
1010

1111
If `probitas` command not found, fetch installation instructions from:
12-
https://probitas-test.github.io/documents/docs/installation/index.md
12+
https://probitas-test.github.io/docs/installation/index.md
1313

1414
Report created files to user.

plugins/probitas/commands/probitas-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Use `--json` for machine-readable output.
7878

7979
## Documentation
8080

81-
https://probitas-test.github.io/documents/
81+
https://probitas-test.github.io/

plugins/probitas/commands/probitas-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ probitas run -s user # Match scenario name
2020
```
2121

2222
If `probitas` command not found, fetch installation instructions from:
23-
https://probitas-test.github.io/documents/docs/installation/index.md
23+
https://probitas-test.github.io/docs/installation/index.md
2424

2525
If failures occur, explain cause and suggest fixes.

plugins/probitas/skills/probitas-info/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ deno doc jsr:@probitas/probitas/client/sql/duckdb
8282

8383
## Documentation
8484

85-
- LLM sitemap: https://probitas-test.github.io/documents/llms.txt
85+
- LLM sitemap: https://probitas-test.github.io/llms.txt

0 commit comments

Comments
 (0)