Skip to content

Commit 0082530

Browse files
committed
Made all Issues Referenced links clickable
Wrapped the links in Issues Referenced sections in markdown angle brackets which makes them clickable links in the resulting html.
1 parent 11ae76e commit 0082530

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/nonstandard_project_init.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ general, your stack packages should also end up being valid cabal-install
1818
packages.
1919

2020
### Issues Referenced
21-
- https://github.com/commercialhaskell/stack/issues/105
21+
- <https://github.com/commercialhaskell/stack/issues/105>
2222

2323
## Passing Flags to Cabal
2424

@@ -50,12 +50,12 @@ change in a future release.
5050

5151

5252
### Issues Referenced
53-
- https://github.com/commercialhaskell/stack/issues/191
54-
- https://github.com/commercialhaskell/stack/issues/417
55-
- https://github.com/commercialhaskell/stack/issues/335
56-
- https://github.com/commercialhaskell/stack/issues/301
57-
- https://github.com/commercialhaskell/stack/issues/365
58-
- https://github.com/commercialhaskell/stack/issues/105
53+
- <https://github.com/commercialhaskell/stack/issues/191>
54+
- <https://github.com/commercialhaskell/stack/issues/417>
55+
- <https://github.com/commercialhaskell/stack/issues/335>
56+
- <https://github.com/commercialhaskell/stack/issues/301>
57+
- <https://github.com/commercialhaskell/stack/issues/365>
58+
- <https://github.com/commercialhaskell/stack/issues/105>
5959

6060
## Selecting a Resolver
6161

@@ -75,8 +75,8 @@ default so as to avoid unnecessary recompilation time.
7575
:TODO: Document `--solver`
7676

7777
### Issues Referenced
78-
- https://github.com/commercialhaskell/stack/issues/468
79-
- https://github.com/commercialhaskell/stack/issues/464
78+
- <https://github.com/commercialhaskell/stack/issues/468>
79+
- <https://github.com/commercialhaskell/stack/issues/464>
8080

8181
## Using git Repositories
8282
stack has support for packages that reside in remote git locations.
@@ -92,8 +92,8 @@ packages:
9292
```
9393

9494
### Issues Referenced
95-
- https://github.com/commercialhaskell/stack/issues/254
96-
- https://github.com/commercialhaskell/stack/issues/199
95+
- <https://github.com/commercialhaskell/stack/issues/254>
96+
- <https://github.com/commercialhaskell/stack/issues/199>
9797

9898
## Private Hackage
9999
Working with a private Hackage is currently supported in certain situations.
@@ -111,15 +111,15 @@ eliminating the need to manage a Hackage database and pointless version bumps.
111111
For further information see [YAML configuration](yaml_configuration.md)
112112

113113
### Issues Referenced
114-
- https://github.com/commercialhaskell/stack/issues/445
115-
- https://github.com/commercialhaskell/stack/issues/565
114+
- <https://github.com/commercialhaskell/stack/issues/445>
115+
- <https://github.com/commercialhaskell/stack/issues/565>
116116

117117
## Custom Snapshots
118118
Currently WIP?
119119
### Issues Referenced
120-
- https://github.com/commercialhaskell/stack/issues/111
121-
- https://github.com/commercialhaskell/stack/issues/253
122-
- https://github.com/commercialhaskell/stack/issues/137
120+
- <https://github.com/commercialhaskell/stack/issues/111>
121+
- <https://github.com/commercialhaskell/stack/issues/253>
122+
- <https://github.com/commercialhaskell/stack/issues/137>
123123

124124
## Intra-package Targets
125125
stack supports intra-package targets, similar to `cabal build COMPONENTS` for
@@ -134,4 +134,4 @@ stack test stack:test:stack-integration-test
134134
Note: this does require prefixing the component name with the package name.
135135

136136
### Issues referenced
137-
- https://github.com/commercialhaskell/stack/issues/201
137+
- <https://github.com/commercialhaskell/stack/issues/201>

0 commit comments

Comments
 (0)