Skip to content

Commit 2c7acbc

Browse files
committed
Link to other Slick templates
1 parent 56d0246 commit 2c7acbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tutorial/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ <h2>Plain SQL / String Interpolation</h2>
184184

185185
This produces a query that can be run using the normal functions like <code>list</code>.
186186
</p>
187+
188+
<p>You can learn more about Slick's <em>Plain SQL</em> queries in the <a href="https://typesafe.com/activator/template/slick-plainsql" target="_blank">Slick Plain SQL Queries</a> template for Activator.</p>
187189
</div>
188190

189191
<div>
@@ -223,7 +225,9 @@ <h2>Running Queries</h2>
223225
<div>
224226
<h2>Next Steps</h2>
225227

226-
Check out the full <a href="http://slick.typesafe.com/doc/2.0.0/" target="_blank">Slick docs</a>.
228+
<p>Check out the full <a href="http://slick.typesafe.com/doc/2.0.1/" target="_blank">Slick manual and API docs</a>.</p>
229+
230+
<p>You can also find more Slick templates, contributed by both, the Slick team and the community, <a href="/home" class="shortcut">here in Activator</a>.</p>
227231
</div>
228232

229233
</body>

0 commit comments

Comments
 (0)