We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dd2f1 commit 5461825Copy full SHA for 5461825
docToolchainConfig.groovy
@@ -119,12 +119,12 @@ microsite.with {
119
//
120
// the url to create an issue in github
121
// Example: https://github.com/docToolchain/docToolchain/issues/new
122
- issueUrl = '##issue-url##'
+ issueUrl = 'https://github.com/docToolchain/empty-workshop/issues/new'
123
124
// the base url for code files in github
125
// Example: https://github.com/doctoolchain/doctoolchain/edit/master/src/docs
126
branch = System.getenv("DTC_PROJECT_BRANCH")?:'-'
127
- gitRepoUrl = '##git-repo-url##'
+ gitRepoUrl = 'https://github.com/doctoolchain/empty-workshop/edit/workshop/src/docs'
128
129
130
// the location of the landing page
0 commit comments