Skip to content

Commit d9bc52b

Browse files
committed
Update docs links and add build/ to .gitignore
1 parent 6ed752a commit d9bc52b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ npm-debug.log
3737

3838
# docs artifacts
3939
docs/modules/api
40+
build/
4041

4142
# only used to package @openzeppelin/contracts
4243
contracts/build/

docs/templates/contract.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
[.contract]
66
[[{{anchor}}]]
7-
=== `++{{name}}++` link:https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v{{oz-version}}/{{__item_context.file.absolutePath}}[{github-icon},role=heading-link]
7+
=== `++{{name}}++` link:https://github.com/OpenZeppelin/openzeppelin-community-contracts/blob/master/{{__item_context.file.absolutePath}}[{github-icon},role=heading-link]
88

99
[.hljs-theme-light.nopadding]
1010
```solidity
11-
import "@openzeppelin/{{__item_context.file.absolutePath}}";
11+
import "@openzeppelin/community-{{__item_context.file.absolutePath}}";
1212
```
1313

1414
{{{natspec.dev}}}

0 commit comments

Comments
 (0)