diff --git a/CONTRIBUTED.md b/CONTRIBUTED.md
index 234f60766a..5bdd7df5df 100644
--- a/CONTRIBUTED.md
+++ b/CONTRIBUTED.md
@@ -1,7 +1,7 @@
# CONTRIBUTED
## The Source of Packages
-### Based on: [openwrt/openwrt](https://github.com/openwrt/openwrt).
+### Based on: [openwrt/openwrt@openwrt-21.02](https://github.com/openwrt/openwrt/tree/openwrt-21.02).
Package lean: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede).
Package ntlf9t: [jsda/packages2](https://github.com/jsda/packages2).
luci-app-serverchan source: [tty228/luci-app-serverchan](https://github.com/tty228/luci-app-serverchan).
diff --git a/README.md b/README.md
index 64f0b8b541..b2266afd48 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b
## Clone the source
```bash
-git clone -b master --single-branch https://github.com/immortalwrt/immortalwrt && cd immortalwrt
+git clone -b openwrt-21.02 --single-branch https://github.com/immortalwrt/immortalwrt && cd immortalwrt
./scripts/feeds update -a && ./scripts/feeds install -a
```
@@ -43,7 +43,7 @@ You'd better not use **root** to make it, or you may be not able to use.
Default login address: 192.168.1.1, username is **root** and password is **password**.
# Contributed
-### See [CONTRIBUTED.md](https://github.com/immortalwrt/immortalwrt/blob/master/CONTRIBUTED.md).
+### See [CONTRIBUTED.md](https://github.com/immortalwrt/immortalwrt/blob/openwrt-21.02/CONTRIBUTED.md).
# License
-### [GNU General Public License v3.0](https://github.com/immortalwrt/immortalwrt/blob/master/LICENSES/GPL-3.0).
+### [GNU General Public License v3.0](https://github.com/immortalwrt/immortalwrt/blob/openwrt-21.02/LICENSES/GPL-3.0).