Skip to content

Commit 1c9428a

Browse files
Rename threshold repo to docs
We're renaming some of the repositories in the `threshold-network` organization. One of them is `threshold` repo, which will be renamed to `docs`. The other is `token-dashboard` that will be renamed to `dapp`. We need to update the references of the old names.
1 parent 7d41bc9 commit 1c9428a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/contracts-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555

5656
# This job will be triggered for releases which name starts with
5757
# `refs/tags/solidity/`. It will generate contracts documentation in
58-
# Markdown and sync it with a specific path of
59-
# `threshold-network/threshold` repository. If changes will be detected,
60-
# a PR updating the docs will be created in the destination repository. The
61-
# commit pushing the changes will be verified using GPG key.
58+
# Markdown and sync it with a specific path of the `threshold-network/docs`
59+
# repository. If changes will be detected, a PR updating the docs will be
60+
# created in the destination repository. The commit pushing the changes will
61+
# be verified using GPG key.
6262
contracts-docs-publish:
6363
name: Publish contracts documentation
6464
needs: docs-detect-changes
@@ -75,7 +75,7 @@ jobs:
7575
preProcessingCommand: sed -i ':a;N;$!ba;s_///\n//\n_///\n_g' ./contracts/bridge/BitcoinTx.sol
7676
publish: true
7777
verifyCommits: true
78-
destinationRepo: threshold-network/threshold
78+
destinationRepo: threshold-network/docs
7979
destinationFolder: ./docs/app-development/tbtc-v2/tbtc-v2-api
8080
destinationBaseBranch: main
8181
userEmail: 38324465+thesis-valkyrie@users.noreply.github.com

monitoring/docs/monitoring-and-telemetry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ flowchart TD
2323

2424
There are several sources of monitoring and telemetry data:
2525

26-
* https://github.com/threshold-network/token-dashboard[Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
26+
* https://github.com/threshold-network/dapp[Threshold dashboard] + https://github.com/keep-network/v2-end-to-end[second track deposit verifier]
2727
* https://github.com/keep-network/optimistic-minting[TBTCv2 minters and guardians]
2828
* https://github.com/keep-network/tbtc-v2/tree/main/monitoring[TBTCv2 monitoring]
2929

0 commit comments

Comments
 (0)