Skip to content

Commit 524a176

Browse files
committed
chore: updated README
1 parent e19328f commit 524a176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Any library using Solidity Docgen can utilize the `docgen` templates and config
137137

138138
### 1. Add the templates to your repo
139139

140-
Inside this docs repo is the `docgen` folder which contains `templates-md` and `config-md.js`. Copy both of these items into your `docs` folder in your repo. Once there open the `templates-md/helpers.js` file and update the `API_DOCS_PATH` constant to match your export path.
140+
Inside this docs repo is the [`docgen`](https://github.com/OpenZeppelin/docs/tree/main/docgen) folder which contains [`templates-md`](https://github.com/OpenZeppelin/docs/tree/main/docgen/templates-md) and [`config-md.js`](https://github.com/OpenZeppelin/docs/blob/main/docgen/config-md.js). Copy both of these items into your `docs` folder in your repo. Once there open the [`templates-md/helpers.js`](https://github.com/OpenZeppelin/docs/blob/main/docgen/templates-md/helpers.js) file and update the `API_DOCS_PATH` constant to match your export path.
141141

142142
```js
143143
const API_DOCS_PATH = 'contracts/5.x/api';

0 commit comments

Comments
 (0)