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 78c53e3 commit dd9e96cCopy full SHA for dd9e96c
src/macosMain/kotlin/com/jetbrains/handson/handson/init/HandsOnInitiator.kt
@@ -264,7 +264,7 @@ class HandsOnInitiator(private val configuration: Configuration) {
264
"\n" +
265
"TODO - Provide introduction here" +
266
267
- "[Source code on GitHub](https://github.com/kotlin-hands-on/${configuration.projectName}})\n"
+ "[Source code on GitHub](https://github.com/kotlin-hands-on/${configuration.projectName})\n"
268
}
269
270
private fun generateDescriptionContent(): String {
0 commit comments