From 60800d6fa781756cd61b9335d33005bfdbfcd38e Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Thu, 25 Sep 2025 10:29:40 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9f288..54f8593 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Angle is a decentralized stablecoin protocol, designed to be both over-collatera The protocol is made of different modules, each with their own set of smart contracts. This repo contains the Core module smart contracts as well as the governance-related and staking contracts of the protocol. -If you would like to know how the module works under the hood and how these smart contracts work together, you can also check [Angle Developers Doc](https://developers.angle.money/core-module-contracts/protocol-and-architecture-overview). +If you would like to know how the module works under the hood and how these smart contracts work together, you can also check [Angle Developers Doc](https://developers.angle.money/borrowing-module-contracts/architecture-overview). Whitepaper for the module can be found [here](https://docs.angle.money/overview/whitepapers). From 820c10712627f218a668db855127f21678c4d2cc Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Thu, 25 Sep 2025 10:32:14 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f8593..382be69 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Angle Core Module Angle Core Module [![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.angle.money/angle-core-module/overview) -[![Developers](https://img.shields.io/badge/developers-%F0%9F%93%84-pink)](https://developers.angle.money/core-module-contracts/protocol-and-architecture-overview) +[![Developers](https://img.shields.io/badge/developers-%F0%9F%93%84-pink)](https://developers.angle.money/borrowing-module-contracts/architecture-overview) ## Documentation