Skip to content

Commit 4806116

Browse files
committed
fix: Final corrections for broken links
1 parent 193a637 commit 4806116

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

_docs/reference/lab-dev-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ docs-group: technical
44
description: "Configuring the `docopslab-dev.yml` manifest for DocOps Lab development tooling"
55
order: 34
66
---
7+
:docopslab_lab_www_url: ''
78
= Dev-tooling Configuration
89

910
include::../partials/_docopslab-dev-context-notice.adoc[]

_docs/task/fix-broken-links.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For links to resources not yet available:
248248
[source,asciidoc]
249249
----
250250
// FIXME-PREPUB: Update when DocOps/box repository is published
251-
See the link:https://github.com/DocOps/box[DocOps Box repository] for details.
251+
See the link:https://github.com/DocOps/docops-box[DocOps Box repository] for details.
252252
----
253253

254254

_docs/task/lab-dev-setup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "Environment and Bootstrapping for new DocOpsLab project codebases
55
order: 33
66
---
77
include::../_local_settings.adoc[]
8+
:docopslab_lab_www_url: ''
89
= Dev-tooling Setup
910

1011
include::../partials/_docopslab-dev-context-notice.adoc[]

_docs/task/lab-dev-usage.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "Using docopslab-dev tooling with DocOps Lab project codebases"
55
order: 35
66
---
77
include::../_local_settings.adoc[]
8+
:docopslab_lab_www_url: ''
89
= Dev-tooling Usage
910

1011
include::../partials/_docopslab-dev-context-notice.adoc[]

gems/docopslab-dev/README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Internal development tooling for working on DocOps Lab codebases.
1616
[IMPORTANT]
1717
====
1818
The environment described and provided here is _not_ optimized for DocOps Lab _applications_ used in third-party projects.
19-
For your own applications of DocOps Labs products like ReleaseHx and Issuer, see link:/box[DocOps Box] for a full-featured docs-focused workspace, runtime, and production environment.
19+
For your own applications of DocOps Labs products like ReleaseHx and Issuer, see link:https://docopslab.org/projects/docops-box[DocOps Box] for a full-featured docs-focused workspace, runtime, and production environment.
2020
====
2121
// end::docopsbox[]
2222

@@ -198,7 +198,7 @@ This process is part of the `init` operation, but on its own it ensures local co
198198

199199
// end::setup[]
200200

201-
201+
// tag::ai-prompt[]
202202
[[using]]
203203
== Using the Library
204204
// tag::usage[]
@@ -279,6 +279,7 @@ See <<more-example-commands>> for additional common commands.
279279
[.prompt]
280280
bundle exec rake labdev:lint:spellcheck
281281

282+
// end::ai-prompt[]
282283

283284
[[configuration]]
284285
== Configuration

0 commit comments

Comments
 (0)