diff --git a/advanced_expert/vulnerabilities/ddos.md b/advanced_expert/vulnerabilities/ddos.md
deleted file mode 100644
index 555f9ea..0000000
--- a/advanced_expert/vulnerabilities/ddos.md
+++ /dev/null
@@ -1,30 +0,0 @@
-## DDoS attacks on the context of blockchains
-
-
-
-### Failed Call
-
-
-
-* [DDoS with Failed Call](https://swcregistry.io/docs/SWC-113)
-
-
-
-
-### Block gas limit
-
-
-
-* [Block gas limit by SWC registry](https://swcregistry.io/docs/SWC-128)
-* [Gas limit and loops on Solidity docs](https://docs.soliditylang.org/en/latest/security-considerations.html#gas-limit-and-loops)
-* [External Calls without Gas Stipends]()
-
-
-
-
-### Learning references
-
-
-
-* [Sigma Prime post](https://blog.sigmaprime.io/solidity-security.html#dos)
-* [Not so smart contract](https://github.com/crytic/not-so-smart-contracts/tree/master/denial_of_service)
diff --git a/advanced_expert/vulnerabilities/ddos/README.md. b/advanced_expert/vulnerabilities/ddos/README.md.
new file mode 100644
index 0000000..7d6da7d
--- /dev/null
+++ b/advanced_expert/vulnerabilities/ddos/README.md.
@@ -0,0 +1,30 @@
+## DDoS attacks on the context of blockchains
+
+
+
+### failed call
+
+
+
+* [DDoS with failed call](https://swcregistry.io/docs/SWC-113)
+
+
+
+
+### block gas limit
+
+
+
+* [block gas limit by SWC registry](https://swcregistry.io/docs/SWC-128)
+* [gas limit and loops on solidity docs](https://docs.soliditylang.org/en/latest/security-considerations.html#gas-limit-and-loops)
+
+
+
+
+
+### references
+
+
+
+* [sigma prime post](https://blog.sigmaprime.io/solidity-security.html#dos)
+* [not so smart contract](https://github.com/crytic/not-so-smart-contracts/tree/master/denial_of_service)