From 7da3ec53c23b74b80c7c1c17c4913482e0c6bed2 Mon Sep 17 00:00:00 2001
From: Mahdi Yari <m.yary16@gmail.com>
Date: Tue, 3 Nov 2020 19:32:11 +0330
Subject: [PATCH] Update README.md

---
 doc/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.md b/doc/README.md
index 2103234..31a873a 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1879,7 +1879,7 @@ hive.broadcast.interest(wif, owner, interest, function(err, result) {
 });
 ```
 ### Limit Order Cancel
-Cancels an open limit order on the [internal market](http://steemit.com/market). Be aware that the order might be filled, or partially filled, before this call completes.
+Cancels an open limit order on the [internal market](http://wallet.hive.blog/market). Be aware that the order might be filled, or partially filled, before this call completes.
 
 ```js
 hive.broadcast.limitOrderCancel(wif, owner, orderid, function(err, result) {
-- 
GitLab