Skip to content

Commit b72e396

Browse files
committed
fix(go-meta): point go-source dir/file links at the go/ subdir too
1 parent 934cb2a commit b72e396

39 files changed

Lines changed: 39 additions & 39 deletions

src/content/docs/go/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/agent https://github.com/dappcore/agent https://github.com/dappcore/agent/tree/main{/dir} https://github.com/dappcore/agent/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/agent https://github.com/dappcore/agent https://github.com/dappcore/agent/tree/main/go{/dir} https://github.com/dappcore/agent/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
The agent package is the runtime layer for autonomous coding agents — dispatch

src/content/docs/go/ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/ai https://github.com/dappcore/go-ai https://github.com/dappcore/go-ai/tree/main{/dir} https://github.com/dappcore/go-ai/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/ai https://github.com/dappcore/go-ai https://github.com/dappcore/go-ai/tree/main/go{/dir} https://github.com/dappcore/go-ai/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
The thin AI facade for everything in the Core ecosystem that needs a

src/content/docs/go/ansible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/ansible https://github.com/dappcore/go-ansible https://github.com/dappcore/go-ansible/tree/main{/dir} https://github.com/dappcore/go-ansible/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/ansible https://github.com/dappcore/go-ansible https://github.com/dappcore/go-ansible/tree/main/go{/dir} https://github.com/dappcore/go-ansible/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Ansible parser, executor, and inventory model. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/api https://github.com/dappcore/api https://github.com/dappcore/api/tree/main{/dir} https://github.com/dappcore/api/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/api https://github.com/dappcore/api https://github.com/dappcore/api/tree/main/go{/dir} https://github.com/dappcore/api/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
REST + GraphQL gateway primitives — providers, transformers, codegen. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/build https://github.com/dappcore/go-build https://github.com/dappcore/go-build/tree/main{/dir} https://github.com/dappcore/go-build/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/build https://github.com/dappcore/go-build https://github.com/dappcore/go-build/tree/main/go{/dir} https://github.com/dappcore/go-build/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Multi-language build orchestrator — Apple, Docker, Go, Node, Wails, more. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/cgo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/cgo https://github.com/dappcore/go-cgo https://github.com/dappcore/go-cgo/tree/main{/dir} https://github.com/dappcore/go-cgo/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/cgo https://github.com/dappcore/go-cgo https://github.com/dappcore/go-cgo/tree/main/go{/dir} https://github.com/dappcore/go-cgo/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Cgo helper primitives — Buffer, Scope, Errno, WithErrno, Call. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/cli https://github.com/dappcore/cli https://github.com/dappcore/cli/tree/main{/dir} https://github.com/dappcore/cli/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/cli https://github.com/dappcore/cli https://github.com/dappcore/cli/tree/main/go{/dir} https://github.com/dappcore/cli/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
CLI scaffolding — Cobra-equivalent built on core/go primitives. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/config https://github.com/dappcore/config https://github.com/dappcore/config/tree/main{/dir} https://github.com/dappcore/config/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/config https://github.com/dappcore/config https://github.com/dappcore/config/tree/main/go{/dir} https://github.com/dappcore/config/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Hierarchical config service — XDG paths, env, file backends. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/container https://github.com/dappcore/go-container https://github.com/dappcore/go-container/tree/main{/dir} https://github.com/dappcore/go-container/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/container https://github.com/dappcore/go-container https://github.com/dappcore/go-container/tree/main/go{/dir} https://github.com/dappcore/go-container/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Container runtime detection and orchestration. Built on the [`core/go`](/go/) primitives.

src/content/docs/go/crypt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99
- tag: meta
1010
attrs:
1111
name: go-source
12-
content: 'dappco.re/go/crypt https://github.com/dappcore/go-crypt https://github.com/dappcore/go-crypt/tree/main{/dir} https://github.com/dappcore/go-crypt/blob/main{/dir}/{file}#L{line}'
12+
content: 'dappco.re/go/crypt https://github.com/dappcore/go-crypt https://github.com/dappcore/go-crypt/tree/main/go{/dir} https://github.com/dappcore/go-crypt/blob/main/go{/dir}/{file}#L{line}'
1313
---
1414

1515
Cryptographic primitives — sigils, hashes, PGP, RSA bridge. Built on the [`core/go`](/go/) primitives.

0 commit comments

Comments
 (0)