diff --git a/README.md b/README.md
index deaf8021..8e743f16 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
Dash Core Documentation
+**Note: this documentation was migrated to the [dashpay/docs repository](https://github.com/dashpay/docs) after the Dash Core v21 release. Once Dash Core v22 is released, this documentation will be available at https://docs.dash.org/en/stable/docs/core and no further documentation updates will be made in this repository.**
+
Welcome to the Dash Core developer documentation. You’ll find sections for
reference information, API details, guides, examples and Dash Core wallet
information to help you start working with Dash as quickly as possible. This
diff --git a/conf.py b/conf.py
index 65407e52..83f24829 100644
--- a/conf.py
+++ b/conf.py
@@ -40,6 +40,7 @@
'sphinx.ext.autodoc',
'sphinx_copybutton',
'sphinx_design',
+ 'sphinxcontrib.googleanalytics',
'sphinx.ext.intersphinx',
]
@@ -157,6 +158,11 @@
"doc_path": "",
}
+# -- Google analytics config ----------------------------------------------
+
+googleanalytics_id = 'G-X6K8R91RDR'
+googleanalytics_enabled = True
+
def setup(app):
app.add_js_file('js/pydata-search-close.js')
app.add_js_file('js/redirect.js')
diff --git a/docs/guide/dash-features-chainlocks.md b/docs/guide/dash-features-chainlocks.md
index 1b5f63fc..48fb4a48 100644
--- a/docs/guide/dash-features-chainlocks.md
+++ b/docs/guide/dash-features-chainlocks.md
@@ -15,4 +15,4 @@ If a valid [`clsig` message](../reference/p2p-network-instantsend-messages.md#cl
With LLMQ-based [InstantSend](../resources/glossary.md#instantsend), a ChainLock is only attempted once all [transactions](../resources/glossary.md#transaction) in the block are locked via InstantSend. If a block contains unlocked transactions, retroactive InstantSend locks are established prior to a ChainLock.
-ChainLocks have been active on the Dash network since block 1088640 in June of 2019. Please read [DIP8 ChainLocks](https://github.com/dashpay/dips/blob/master/dip-0008.md) for additional details.
+ChainLocks have been active on the Dash network since block 1088640 in June of 2019. Please read [DIP8 ChainLocks](https://github.com/dashpay/dips/blob/master/dip-0008.md) for additional details.
diff --git a/docs/guide/dash-features-coinjoin.md b/docs/guide/dash-features-coinjoin.md
index a75980da..94040f98 100644
--- a/docs/guide/dash-features-coinjoin.md
+++ b/docs/guide/dash-features-coinjoin.md
@@ -36,7 +36,7 @@ The CoinJoin denominations include a bit mapping to easily differentiate them. T
Protocol version 70213 added a 5th denomination (0.001 DASH).
-[Example Testnet denomination creation transaction](https://testnet-insight.dashevo.org/insight/tx/f0174fc87d68a18617c2990df4d9455c0459c601d2d6473934357a66f9b8b70a)
+[Example Testnet denomination creation transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/f0174fc87d68a18617c2990df4d9455c0459c601d2d6473934357a66f9b8b70a)
**Creating Collaterals**
@@ -44,9 +44,9 @@ Collaterals are used to pay CoinJoin fees, but are kept separate from the denomi
In protocol versions > 70208, Dash Core can use any [input](../resources/glossary.md#input) from 1x the minimum collateral amount to the maximum collateral amount.
-[Example Testnet collateral creation transaction](https://testnet-insight.dashevo.org/insight/tx/8f9b15973983876f7ce4eb2c32b09690dfb0432d2caf6c6df516196a8d17689f)
+[Example Testnet collateral creation transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/8f9b15973983876f7ce4eb2c32b09690dfb0432d2caf6c6df516196a8d17689f)
-[Example Testnet collateral payment transaction](https://testnet-insight.dashevo.org/insight/tx/de51e6f7c5ef75aad0dbb0a808ef4873d7ef6d67b25f3a658d5a241db4f3eeeb)
+[Example Testnet collateral payment transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/de51e6f7c5ef75aad0dbb0a808ef4873d7ef6d67b25f3a658d5a241db4f3eeeb)
## CoinJoin Processing
diff --git a/docs/index.md b/docs/index.md
index e1db133b..154d2479 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -147,8 +147,8 @@ dashcore/wallet-configuration-file
:hidden:
resources/glossary
-Mainnet Block Explorer
-Testnet Block Explorer
+Mainnet Block Explorer
+Testnet Block Explorer
Testnet Faucet
API Services
SDK Resources
diff --git a/requirements.txt b/requirements.txt
index b22a9950..4f8c43eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@ Babel==2.12.1
myst-parser==2.0.0
pydata-sphinx-theme==0.14.4
sphinx==7.2.6
+sphinxcontrib-googleanalytics==0.4
sphinx-copybutton==0.5.2
sphinx-hoverxref==1.3.0
sphinx-multiproject==1.0.0rc1