From 2769d0d2c7877dabbc03e11e03f1d801193bbc49 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 24 Apr 2019 19:18:42 -0300 Subject: [PATCH] update links in documentation setup description --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 663214a10..a9545971e 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -6,10 +6,10 @@ All of the content for the site is in this repository. The guides are in the the source code. If you want to help improve the content, this is the repository you should be contributing to. -[`solidity-docgen`](https://github.com/OpenZeppelin/solidity-docgen/tree/next) is the +[`solidity-docgen`](https://github.com/OpenZeppelin/solidity-docgen) is the program that extracts the API Reference from source code. -The [`openzeppelin-docsite`](https://github.com/OpenZeppelin/openzeppelin-docsite/tree/next) +The [`openzeppelin-docsite`](https://github.com/OpenZeppelin/openzeppelin-docsite) repository hosts the configuration for Docusaurus, the static site generator that we use.