Skip to content

Commit 0931f48

Browse files
authored
Update CopycatJS.js
1 parent f363416 commit 0931f48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CopycatJS.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9237,7 +9237,8 @@ Namespace.HelpDialog = class extends Namespace.Dialog
92379237
'uses to perform its work. The number of each type of codelet currently in the coderack is shown in a dynamical ' +
92389238
'bar graph. The last-run codelet is indicated by a black triangle.</p>' +
92399239

9240-
'<p>For (much) more information, check out the book <i>Fluid Concepts and Creative Analogies</i> by Douglas Hofstadter et al.</p>';
9240+
'<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&rsquo;s <a href="https://github.com/Paul-G2/copycat-js" target="_blank" rel="noopener noreferrer">repo</a>.</p>';
92419242
}
92429243

92439244
};

0 commit comments

Comments
 (0)