diff --git a/rpc/documentation/serverchanges.md b/rpc/documentation/serverchanges.md index 202ef55c05..109d27334c 100644 --- a/rpc/documentation/serverchanges.md +++ b/rpc/documentation/serverchanges.md @@ -84,7 +84,7 @@ however, only be run when API changes are performed (not with `go generate ## Step 3: Implement the API change in the RPC server -After the Go code for the API has been regenated, the necessary changes can be +After the Go code for the API has been regenerated, the necessary changes can be implemented in the [`rpcserver`](../rpcserver/) package. ## Additional Resources