Skip to content

Commit 8c13366

Browse files
committed
Switch to docs to refer to cardano-node-wiki
1 parent d448986 commit 8c13366

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to the issue.
1212
- property tests
1313
- roundtrip tests
1414
- integration tests
15-
See [Runnings tests](https://github.com/input-output-hk/cardano-node/wiki/Running-tests) for more details
15+
See [Runnings tests](https://github.com/input-output-hk/cardano-node-wiki/wiki/Running-tests) for more details
1616
- [ ] Any changes are noted in the `CHANGELOG.md` for affected package
1717
- [ ] The version bounds in `.cabal` files are updated
1818
- [ ] Code is linted with `hlint`. See `.github/workflows/check-hlint.yml` for to get the `hlint` version

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -456,13 +456,13 @@ Please note that you may need to use any ``source-repository-package`` stanzas d
456456
Style guide
457457
****
458458

459-
The `style guide <https://github.com/input-output-hk/cardano-node/wiki/Style-guide>` for can be found
460-
on the `cardano-node repository's wiki <https://github.com/input-output-hk/cardano-node/wiki>`.
459+
The `style guide <https://github.com/input-output-hk/cardano-node-wiki/wiki/Style-guide>` for can be found
460+
on the `cardano-node repository's wiki <https://github.com/input-output-hk/cardano-node-wiki/wiki>`.
461461

462462
****
463463
Troubleshooting ``cardano-node`` issues
464464
****
465465

466466
For some troubleshooting help with building or running ``cardano-node``, the wiki has a
467-
`troubleshooting page <https://github.com/input-output-hk/cardano-node/wiki/Troubleshooting>`_
467+
`troubleshooting page <https://github.com/input-output-hk/cardano-node-wiki/wiki/Troubleshooting>`_
468468
that documents some common gotchas.

STYLEGUIDE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The [style guide](https://github.com/input-output-hk/cardano-node/wiki/Style-guide) can be found
2-
on the [`cardano-node` repository's wiki](https://github.com/input-output-hk/cardano-node/wiki).
1+
The [style guide](https://github.com/input-output-hk/cardano-node-wiki/wiki/Style-guide) can be found
2+
on the [`cardano-node` repository's wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).

trace-dispatcher/doc/trace-dispatcher.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ provided by the node is structured using the same namespace as metrics and log m
608608
But otherwise DataPoints work independent of tracing, but are written in a local store,
609609
so the latest value of a particular DataPoint can be queried on demand.
610610

611-
Also, [there is a document](https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo)
611+
Also, [there is a document](https://github.com/input-output-hk/cardano-node-wiki/wiki/cardano-node-and-DataPoints:-demo)
612612
describing how to accept DataPoints from an external process.
613613

614614
[`demo-acceptor`](https://github.com/input-output-hk/cardano-node/blob/master/cardano-tracer/demo/acceptor.hs)
@@ -628,7 +628,7 @@ mkDataPointTracer trDataPoint namesFor = do
628628
pure $ withNamesAppended namesFor tr
629629
```
630630

631-
Also, [there is a document](https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo)
631+
Also, [there is a document](https://github.com/input-output-hk/cardano-node-wiki/wiki/cardano-node-and-DataPoints:-demo)
632632
describing how to accept DataPoints from an external process. [`demo-acceptor`](https://github.com/input-output-hk/cardano-node/blob/master/cardano-tracer/demo/acceptor.hs) application allows to ask for particular DataPoint by its name and display its value.
633633

634634
# Integration and implementation in the node
@@ -784,7 +784,7 @@ This document describes a separate service for logging and monitoring Cardano no
784784

785785
This document describes how to accept DataPoints from an external process:
786786

787-
[cardano node and DataPoints: demo](https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo)
787+
[cardano node and DataPoints: demo](https://github.com/input-output-hk/cardano-node-wiki/wiki/cardano-node-and-DataPoints:-demo)
788788

789789

790790
## Future work

0 commit comments

Comments
 (0)