diff --git a/SUMMARY.md b/SUMMARY.md
index 841e6b0a..ef519d19 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -3,29 +3,28 @@
* [Orientation](README.md)
* [Wallet Basics](building-with-ocean/wallets.md)
* [Set Up MetaMask Wallet](orientation/metamask-setup.md)
- * [Use Your Wallet to Manage OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
+ * [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
* [Core Concepts](core-concepts/README.md)
* [Architecture Overview](core-concepts/architecture.md)
* [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md)
* [Roles](core-concepts/roles.md)
* [Networks](core-concepts/networks.md)
- * [Polygon (ex Matic)](building-with-ocean/polygon-bridge.md)
- * [Binance Smart Chain (BSC)](building-with-ocean/bsc-bridge.md)
+ * [Bridges](building-with-ocean/polygon-bridge.md)
* [Fees](core-concepts/fees.md)
* [Asset pricing](core-concepts/asset-pricing.md)
* [DID & DDO](core-concepts/did-ddo.md)
* [Using Ocean Market](using-ocean-market/README.md)
* [Publish a data asset](using-ocean-market/marketplace-publish-data-asset.md)
* [Download a data asset](using-ocean-market/marketplace-download-data-asset.md)
- * [Publish assets using hosting services](building-with-ocean/asset-hosting.md)
+ * [Publishing with hosting services](building-with-ocean/asset-hosting.md)
* [Building with ocean](building-with-ocean/README.md)
* [Set Up a Marketplace](building-with-ocean/marketplace.md)
* [Compute-to-Data](building-with-ocean/compute-to-data/README.md)
* [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md)
* [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md)
- * [Minikube Compute-to-Data Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md)
- * [Writing Algorithms for Compute to Data](building-with-ocean/compute-to-data/compute-to-data-algorithms.md)
- * [Setting up private docker registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md)
+ * [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md)
+ * [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md)
+ * [Private docker registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md)
* [Deploying components](building-with-ocean/deploying-components/README.md)
* [Setup server](building-with-ocean/deploying-components/setup-server.md)
* [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md)
@@ -34,8 +33,7 @@
* [Deploying Ocean subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md)
* [Contributing](core-concepts/contributing.md)
* [Contributor Code of Conduct](core-concepts/code-of-conduct.md)
- * [Legal Requirements when Contributing Code](core-concepts/legal-reqs.md)
- * [Reporting Vulnerabilities](core-concepts/vulnerabilities.md)
+ * [Legal Requirements](core-concepts/legal-reqs.md)
* [Projects using Ocean Protocol](building-with-ocean/projects-using-ocean.md)
* [API references](api-references/README.md)
* [Aquarius REST API](api-references/aquarius-rest-api.md)
diff --git a/building-with-ocean/polygon-bridge.md b/building-with-ocean/bridges.md
similarity index 84%
rename from building-with-ocean/polygon-bridge.md
rename to building-with-ocean/bridges.md
index c15abe85..0f9e0f96 100644
--- a/building-with-ocean/polygon-bridge.md
+++ b/building-with-ocean/bridges.md
@@ -1,8 +1,25 @@
---
-title: Polygon (ex Matic)
+title: Bridges
---
-# Polygon (ex Matic)
+# Binance Smart Chain (BSC) Bridge
+
+## Intro to BSC's Bridge
+
+BSC provides several bridge options, including:
+
+* withdraw crypto from Binance.com, and
+* use Binance bridge.
+
+The article [How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc) by Binance Academy provides further details.
+
+### Links
+
+* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
+* [BSC Bridge](https://www.bnbchain.org/en/bridge)
+* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
+
+# Polygon (ex Matic) Bridge
### Links
diff --git a/building-with-ocean/bsc-bridge.md b/building-with-ocean/bsc-bridge.md
deleted file mode 100644
index 5aa7a242..00000000
--- a/building-with-ocean/bsc-bridge.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Binance Smart Chain (BSC)
----
-
-# Binance Smart Chain (BSC)
-
-### Intro to BSC's Bridge
-
-BSC provides several bridge options, including:
-
-* withdraw crypto from Binance.com, and
-* use Binance bridge.
-
-The article [How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc) by Binance Academy provides further details.
-
-### Links
-
-* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
-* [BSC Bridge](https://www.bnbchain.org/en/bridge)
-* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
diff --git a/core-concepts/contributing.md b/core-concepts/contributing.md
index 82627686..ce7cd542 100644
--- a/core-concepts/contributing.md
+++ b/core-concepts/contributing.md
@@ -9,7 +9,9 @@ To report a bug that isn't a vulnerability, go to the relevant GitHub repository
Before reporting a bug, search existing open and closed issues and PRs to see if something has already been reported. If not, then go ahead and create a new bug report, following the structure suggested in the issue template.
-To report a vulnerability, you may do so in a [less public manner](./vulnerabilities.md).
+## Report Vulnerabilities
+
+You may be able to earn a bounty for reporting vulnerabilities in sensitive parts of our code. Check our page on [Immunify](https://immunefi.com/bounty/oceanprotocol/) for the latest bug bounties available. You can also responsibly disclose flaws by emailing us at security@oceanprotocol.com.
## Suggest a new feature
@@ -74,7 +76,6 @@ Funding can be for contributing to the core software, building apps, doing integ
**[This page](https://www.oceanprotocol.com/fund)** has more information.
-
## Other ways to get involved
Please go to the [Ocean Community Page](https://www.oceanprotocol.com/community) for more ideas on how to get involved.
diff --git a/core-concepts/vulnerabilities.md b/core-concepts/vulnerabilities.md
deleted file mode 100644
index 98c43e4a..00000000
--- a/core-concepts/vulnerabilities.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Reporting Vulnerabilities
-description: What to do if you find a security flaw in Ocean software.
----
-
-> You can responsibly disclose flaws by emailing us at security@oceanprotocol.com.