We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f363416 commit 0931f48Copy full SHA for 0931f48
1 file changed
CopycatJS.js
@@ -9237,7 +9237,8 @@ Namespace.HelpDialog = class extends Namespace.Dialog
9237
'uses to perform its work. The number of each type of codelet currently in the coderack is shown in a dynamical ' +
9238
'bar graph. The last-run codelet is indicated by a black triangle.</p>' +
9239
9240
- '<p>For (much) more information, check out the book <i>Fluid Concepts and Creative Analogies</i> by Douglas Hofstadter et al.</p>';
+ '<p>For (much) more information, check out the book <i>Fluid Concepts and Creative Analogies</i> by Douglas Hofstadter et al., ' +
9241
+ 'and this app’s <a href="https://github.com/Paul-G2/copycat-js" target="_blank" rel="noopener noreferrer">repo</a>.</p>';
9242
}
9243
9244
};
0 commit comments