diff --git a/docs/2.build/2.smart-contracts/security/bounty.md b/docs/2.build/2.smart-contracts/security/bounty.md deleted file mode 100644 index f6caa521845..00000000000 --- a/docs/2.build/2.smart-contracts/security/bounty.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -id: bounty -title: Bug Bounty Program ---- - -NEAR has a [bug bounty program](https://hackenproof.com/company/near/programs) where you can be rewarded for your efforts! - -Hackers - help audit, test, and toughen NEAR up; with bounties for protocol, smart contracts, and web. diff --git a/docs/2.build/2.smart-contracts/security/welcome.md b/docs/2.build/2.smart-contracts/security/welcome.md index 8e54062b1da..f4db549512d 100644 --- a/docs/2.build/2.smart-contracts/security/welcome.md +++ b/docs/2.build/2.smart-contracts/security/welcome.md @@ -12,7 +12,7 @@ Please take some time to go through this section, it will help you to keep your --- ## 🐞 Bug Bounty Program -NEAR has a [revamped bug bounty program](./bounty.md), use it if you find any security errors in the protocol or mainstream apps. +NEAR has a [bug bounty program](https://hackenproof.com/company/near/programs) . Please use it if you find any security errors in the protocol, core contracts or web. Hackers - help audit, test, and toughen NEAR up! ## ✅ Security Checklist Make sure to keep your smart contract safe by running through our [security checklist](checklist.md). diff --git a/website/sidebars.js b/website/sidebars.js index 74c6f2d64e1..2c72e8e241e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -196,7 +196,6 @@ const sidebar = { "type": "html", "value": "
" }, - "build/smart-contracts/security/bounty" ] } ]