diff --git a/docs/README.md b/docs/README.md
index da8556a9e8..9a350e660d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -175,7 +175,7 @@ The following versioned modules are provided by dcrd repository:
a robust and easy to use Websocket-enabled Decred JSON-RPC client
* [dcrjson/v4](https://github.com/decred/dcrd/tree/master/dcrjson) - Provides
infrastructure for working with Decred JSON-RPC APIs
-* [rpc/jsonrpc/types/v4](https://github.com/decred/dcrd/tree/master/rpc/jsonrpc/types) -
+* [rpc/jsonrpc/types/v5](https://github.com/decred/dcrd/tree/master/rpc/jsonrpc/types) -
Provides concrete types via dcrjson for the chain server JSON-RPC commands,
return values, and notifications
* [wire](https://github.com/decred/dcrd/tree/master/wire) - Implements the
diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv
index 0d7eeb2518..ffe282ec69 100644
--- a/docs/assets/module_hierarchy.gv
+++ b/docs/assets/module_hierarchy.gv
@@ -9,7 +9,7 @@ digraph {
bech32 [label="bech32" fillcolor=antiquewhite3]
chainhash [label="chaincfg/chainhash" fillcolor=aquamarine]
dcrjson [label="dcrjson/v4" fillcolor=indianred]
- types [label="rpc/jsonrpc/types/v4" fillcolor=tomato]
+ types [label="rpc/jsonrpc/types/v5" fillcolor=tomato]
wire [label="wire" fillcolor=coral]
chaincfg [label="chaincfg/v3" fillcolor=cadetblue]
dcrec [label="dcrec" fillcolor=mediumpurple]
diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg
index f772ebde7b..62da5ea25e 100644
--- a/docs/assets/module_hierarchy.svg
+++ b/docs/assets/module_hierarchy.svg
@@ -127,7 +127,7 @@
types
-rpc/jsonrpc/types/v4
+rpc/jsonrpc/types/v5
diff --git a/rpc/jsonrpc/types/README.md b/rpc/jsonrpc/types/README.md
index cd801adf5e..2cd91adf24 100644
--- a/rpc/jsonrpc/types/README.md
+++ b/rpc/jsonrpc/types/README.md
@@ -3,7 +3,7 @@ jsonrpc/types
[](https://github.com/decred/dcrd/actions)
[](http://copyfree.org)
-[](https://pkg.go.dev/github.com/decred/dcrd/rpc/jsonrpc/types/v4)
+[](https://pkg.go.dev/github.com/decred/dcrd/rpc/jsonrpc/types/v5)
Package types implements concrete types for marshalling to and from the dcrd
JSON-RPC commands, return values, and notifications. A comprehensive suite of
@@ -17,7 +17,7 @@ projects needing to marshal to and from dcrd JSON-RPC requests and responses.
## Installation and Updating
-This package is part of the `github.com/decred/dcrd/rpc/jsonrpc/types/v2`
+This package is part of the `github.com/decred/dcrd/rpc/jsonrpc/types/v5`
module. Use the standard go tooling for working with modules to incorporate it.
## License