Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 6, 2017
1 parent 804dce7 commit 262c3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ <h4 id="_raincatcher_module_relationships">1.3.4. RainCatcher module relationshi
<div class="sect3">
<h4 id="_module_structure">1.3.5. Module structure</h4>
<div class="paragraph">
<p>RainCatcher modules are written in [TypeScript](<a href="http://typescriptlang.org" class="bare">http://typescriptlang.org</a>).</p>
<p>RainCatcher modules are written in <a href="http://typescriptlang.org">TypeScript</a>.</p>
</div>
<div class="paragraph">
<p>The main files are modules that by default export a class containing the main implementation for the module&#8217;s intent,with a named export containing a public interface that should be depended upon, and reimplemented.</p>
Expand Down
2 changes: 1 addition & 1 deletion sections/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ image:images/architecture.png[Top Level Architecture]

=== Module structure

RainCatcher modules are written in [TypeScript](http://typescriptlang.org).
RainCatcher modules are written in link:http://typescriptlang.org[TypeScript].

The main files are modules that by default export a class containing the main implementation for the module's intent,with a named export containing a public interface that should be depended upon, and reimplemented.

Expand Down

0 comments on commit 262c3a6

Please sign in to comment.