Skip to content

Commit 1540854

Browse files
jlouveleskenazit
authored andcommitted
Updated README and Wiki links
1 parent 4307cff commit 1540854

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Each capability is a coarse piece of domain that consumes existing HTTP-based AP
2424

2525
Here are additional documents to learn more:
2626

27-
- :compass: [Spec-Driven Integration](https://github.com/naftiko/framework/wiki/Spec-Driven-Integration)
27+
- :compass: [Spec-Driven Integration](https://github.com/naftiko/framework/wiki/Spec%E2%80%90Driven-Integration)
2828
- :rowboat: [Installation](https://github.com/naftiko/framework/wiki/Installation)
29-
- :sailboat: [Tutorial - Part 1](https://github.com/naftiko/framework/wiki/Tutorial-MCP-Part-1)
30-
- :speedboat: [Tutorial - Part 2](https://github.com/naftiko/framework/wiki/Tutorial-MCP-Part-2)
31-
- :ship: [Guide - Use Cases](https://github.com/naftiko/framework/wiki/Guide-Use-Cases)
32-
- :mag: [Guide - Linting](https://github.com/naftiko/framework/wiki/Guide-Linting)
33-
- :anchor: [Specification - Schema](https://github.com/naftiko/framework/wiki/Specification-Schema)
34-
- :triangular_ruler: [Specification - Rules](https://github.com/naftiko/framework/wiki/Specification-Rules)
29+
- :sailboat: [Tutorial - Part 1](https://github.com/naftiko/framework/wiki/Tutorial-%E2%80%90-Part-1)
30+
- :speedboat: [Tutorial - Part 2](https://github.com/naftiko/framework/wiki/Tutorial-%E2%80%90-Part-2)
31+
- :ship: [Guide - Use Cases](https://github.com/naftiko/framework/wiki/Guide-%E2%80%90-Use-Cases)
32+
- :mag: [Guide - Linting](https://github.com/naftiko/framework/wiki/Guide-%E2%80%90-Linting)
33+
- :anchor: [Specification - Schema](https://github.com/naftiko/framework/wiki/Specification-%E2%80%90-Schema)
34+
- :triangular_ruler: [Specification - Rules](https://github.com/naftiko/framework/wiki/Specification-%E2%80%90-Rules)
3535
- :mega: [Releases](https://github.com/naftiko/framework/wiki/Releases)
3636
- :telescope: [Roadmap](https://github.com/naftiko/framework/wiki/Roadmap)
3737
- :nut_and_bolt: [Contribute](https://github.com/naftiko/framework/wiki/Contribute)

src/main/resources/wiki/Home.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Each capability is a coarse piece of domain that consumes existing HTTP-based AP
1717

1818
Here are additional documents to learn more:
1919

20-
- :compass: [Spec-Driven Integration](https://github.com/naftiko/framework/wiki/Spec-Driven-Integration)
20+
- :compass: [Spec-Driven Integration](https://github.com/naftiko/framework/wiki/Spec%E2%80%90Driven-Integration)
2121
- :rowboat: [Installation](https://github.com/naftiko/framework/wiki/Installation)
22-
- :sailboat: [Tutorial - Part 1](https://github.com/naftiko/framework/wiki/Tutorial-MCP-Part-1)
23-
- :speedboat: [Tutorial - Part 2](https://github.com/naftiko/framework/wiki/Tutorial-MCP-Part-2)
24-
- :ship: [Guide - Use Cases](https://github.com/naftiko/framework/wiki/Guide-Use-Cases)
25-
- :mag: [Guide - Linting](https://github.com/naftiko/framework/wiki/Guide-Linting)
26-
- :anchor: [Specification - Schema](https://github.com/naftiko/framework/wiki/Specification-Schema)
27-
- :triangular_ruler: [Specification - Rules](https://github.com/naftiko/framework/wiki/Specification-Rules)
22+
- :sailboat: [Tutorial - Part 1](https://github.com/naftiko/framework/wiki/Tutorial-%E2%80%90-Part-1)
23+
- :speedboat: [Tutorial - Part 2](https://github.com/naftiko/framework/wiki/Tutorial-%E2%80%90-Part-2)
24+
- :ship: [Guide - Use Cases](https://github.com/naftiko/framework/wiki/Guide-%E2%80%90-Use-Cases)
25+
- :mag: [Guide - Linting](https://github.com/naftiko/framework/wiki/Guide-%E2%80%90-Linting)
26+
- :anchor: [Specification - Schema](https://github.com/naftiko/framework/wiki/Specification-%E2%80%90-Schema)
27+
- :triangular_ruler: [Specification - Rules](https://github.com/naftiko/framework/wiki/Specification-%E2%80%90-Rules)
2828
- :mega: [Releases](https://github.com/naftiko/framework/wiki/Releases)
2929
- :telescope: [Roadmap](https://github.com/naftiko/framework/wiki/Roadmap)
3030
- :nut_and_bolt: [Contribute](https://github.com/naftiko/framework/wiki/Contribute)

src/main/resources/wiki/Tutorial-MCP-Part-1.md renamed to src/main/resources/wiki/Tutorial-Part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,4 @@ All from one spec. No code. Welcome to Spec-Driven Integration.
399399

400400
Ready to expose your tools as **agent skills**, add a **REST front door**, and assemble a full **Fleet Manifest** with multi-step orchestration?
401401

402-
Continue with the [Tutorial - Part 2](Tutorial-MCP-Part-2.md).
402+
Continue with the [Tutorial - Part 2](Tutorial-MCP-Part-2).

src/main/resources/wiki/Tutorial-MCP-Part-2.md renamed to src/main/resources/wiki/Tutorial-Part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Shipyard - Tutorial - Part 2
22

3-
This track picks up where the [Tutorial - Part 1](Tutorial-MCP-Part-1.md) left off. Complete Steps 1–7 of that tutorial before continuing here.
3+
This track picks up where the [Tutorial - Part 1](https://github.com/naftiko/framework/wiki/Tutorial-%E2%80%90-Part-1) left off. Complete Steps 1–7 of that tutorial before continuing here.
44

55
Three topics are covered: exposing tools into **Agent Skills**, exposing the same capability as a **REST API**, and assembling a full **Fleet Manifest** using multi-steps orchestration.
66

0 commit comments

Comments
 (0)