Skip to content

Commit 15337dc

Browse files
committed
update issue links to dlang/dub-docs
1 parent 3f8b23d commit 15337dc

16 files changed

+18
-24
lines changed

docs/dub-guide/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/4>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/57>
88

99
For the command to build your application, see [`dub build`](../cli-reference/dub-build.md) and [`dub run`](../cli-reference/dub-run.md)
1010

@@ -44,4 +44,4 @@ For any of the above `dub run` calls you can also specify your own command line
4444
dub run -- my app args
4545
dub run --config=server -- --config=ignored-by-dub
4646
dub run :mysubpackage -- works universally
47-
```
47+
```

docs/dub-guide/plugins_dlls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/10>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/62>

docs/dub-guide/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/9>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/61>

docs/dub-guide/selections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/8>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/60>

docs/dub-guide/single.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Single-file packages
22

3-
!!! note "Work-in-Progress Documentation"
4-
5-
The content on this page is not yet fully finished.
6-
7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/7>
8-
93
For small or script-like applications, DUB supports a special mode where the whole package is contained in a single .d file. The package recipe description can be embedded into code comments within the file:
104

115
=== "hello.d"

docs/dub-guide/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/5>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/58>
88

99
For the command to test your application, see [`dub test`](../cli-reference/dub-test.md)

docs/dub-reference/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/12>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/64>
88

99
!!! tip "Recipe details"
1010

@@ -68,7 +68,7 @@ CLI docs: [`dub add-local`](../cli-reference/dub-add-local.md)
6868

6969
The content on this section is not yet fully finished.
7070

71-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/2>
71+
Tracking issue: <https://github.com/dlang/dub-docs/issues/55>
7272

7373
Projects can have additional special dependencies for specific configurations.
7474

docs/dub-reference/dub_home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/11>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/63>
88

99
WIP synposis: can be used by users to override where DUB places downloaded global content. Linux distro package maintainers may ship DUB with a system dub settings file that changes the global value to some non-writable path. There exists `$DPATH` as well for user installations, which is used as `$DPATH/dub` in case `$DUB_HOME` is not set.
1010

docs/dub-reference/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/13>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/65>
88

99
## Environment variables DUB reads
1010

docs/dub-reference/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The content on this page is not yet fully finished.
66

7-
Tracking issue: <https://github.com/WebFreak001/dub-docs-v2/issues/14>
7+
Tracking issue: <https://github.com/dlang/dub-docs/issues/66>
88

99
## Recipe Build Commands
1010

0 commit comments

Comments
 (0)