diff --git a/docs/README.md b/docs/README.md
index 71fbcdac..675fb211 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -192,7 +192,7 @@ The following versioned modules are provided by dcrd repository:
Implements the Decred transaction scripting language
* [dcrec](https://github.com/decred/dcrd/tree/master/dcrec) - Provides constants
for the supported cryptographic signatures supported by Decred scripts
- * [secp256k1](https://github.com/decred/dcrd/tree/master/dcrec/secp256k1) -
+ * [secp256k1/v2](https://github.com/decred/dcrd/tree/master/dcrec/secp256k1) -
Implements the secp256k1 elliptic curve
* [edwards/v2](https://github.com/decred/dcrd/tree/master/dcrec/edwards) -
Implements the edwards25519 twisted Edwards curve
diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv
index d0afbabf..0e9b6d87 100644
--- a/docs/assets/module_hierarchy.gv
+++ b/docs/assets/module_hierarchy.gv
@@ -12,7 +12,7 @@ digraph {
connmgr [label="connmgr/v2" fillcolor=mistyrose]
dcrec [label="dcrec" fillcolor=mediumpurple]
edwards [label="dcrec/edwards/v2" fillcolor=lightseagreen]
- secp256k1 [label="dcrec/secp256k1" fillcolor=mediumvioletred]
+ secp256k1 [label="dcrec/secp256k1/v2" fillcolor=mediumvioletred]
dcrutil [label="dcrutil/v2" fillcolor=burlywood]
database [label="database/v2" fillcolor=dodgerblue]
hdkeychain [label="hdkeychain/v2" fillcolor=deepskyblue]
diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg
index 9d8c3566..045a455e 100644
--- a/docs/assets/module_hierarchy.svg
+++ b/docs/assets/module_hierarchy.svg
@@ -32,13 +32,13 @@
dcrjson
-
-dcrjson/v3
+
+dcrjson/v3
chainhash->dcrjson
-
-
+
+
wire
@@ -52,8 +52,8 @@
secp256k1
-
-dcrec/secp256k1
+
+dcrec/secp256k1/v2
chainhash->secp256k1
@@ -62,13 +62,13 @@
types
-
-rpc/jsonrpc/types
+
+rpc/jsonrpc/types
dcrjson->types
-
-
+
+
rpcclient