Skip to content

Commit 5461825

Browse files
committed
link config
1 parent 11dd2f1 commit 5461825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docToolchainConfig.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ microsite.with {
119119
//
120120
// the url to create an issue in github
121121
// Example: https://github.com/docToolchain/docToolchain/issues/new
122-
issueUrl = '##issue-url##'
122+
issueUrl = 'https://github.com/docToolchain/empty-workshop/issues/new'
123123
//
124124
// the base url for code files in github
125125
// Example: https://github.com/doctoolchain/doctoolchain/edit/master/src/docs
126126
branch = System.getenv("DTC_PROJECT_BRANCH")?:'-'
127-
gitRepoUrl = '##git-repo-url##'
127+
gitRepoUrl = 'https://github.com/doctoolchain/empty-workshop/edit/workshop/src/docs'
128128

129129
//
130130
// the location of the landing page

0 commit comments

Comments
 (0)