diff --git a/pallets/order-book/Cargo.toml b/pallets/order-book/Cargo.toml index ab6f68b47d..1a8d34124a 100644 --- a/pallets/order-book/Cargo.toml +++ b/pallets/order-book/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-order-book" -description = "Pallet to add order book for currency exchanges. Initially based off Zeitgeist orderbook found here: https://github.com/zeitgeistpm/zeitgeist/tree/main/zrml/orderbook-v1" +description = "Pallet to add order book for currency exchanges. Initially based off Zeitgeist orderbook found here: https://github.com/zeitgeistpm/zeitgeist/tree/main/zrml/orderbook" version = "0.1.0" authors = ["Centrifuge "] homepage = "https://centrifuge.io"