Skip to content

Commit 675403b

Browse files
authored
Merge pull request #405 from /issues/399
2 parents cb8bfd8 + 722971e commit 675403b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"input": "src",
33
"output": "out",
44
"template": "template.html",
5-
"baseURL": "https://specs.ipfs.tech"
5+
"baseURL": "https://specs.ipfs.tech",
6+
"github": {
7+
"repository": "ipfs/specs"
8+
}
69
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPEC_GENERATOR_VER=v1.1.4
1+
SPEC_GENERATOR_VER=v1.2.0
22

33
all: website
44

0 commit comments

Comments
 (0)