Skip to content

Commit 6c359ab

Browse files
committed
Fix
1 parent 0bd7046 commit 6c359ab

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

source/documentation/faq.html.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ https://github.com/scalikejdbc/scalikejdbc-async
5252

5353
ScalikeJDBC-Async is currently in the alpha stage. If you are not prepared to actively investigate and resolve issues, it may be advisable to wait for the release of a stable version in the future.
5454

55-
<hr/>
56-
### ORM feature?
57-
<hr/>
58-
59-
ScalikeJDBC is a lower-level library than typical ORMs, focusing on being a clean wrapper around JDBC drivers. For full ORM features like associations, consider using ScalikeJDBC ORM, which is built on top of ScalikeJDBC and we've recently migrated from Skinny Framework project.
60-
6155
<hr/>
6256
### Is it possible to integrate with Play Framework?
6357
<hr/>
File renamed without changes.

source/index.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ScalikeJDBC
22

33
<hr/>
4-
## Streamline your workflow with ScalikeJDBC: just write SQL and get things done efficiently!
4+
## Just write SQL and get things done
55
<hr/>
66

77
![Logo](images/logo.png)

source/layouts/1.x.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<li><a href="http://typesafe.com/activator/template/scalikejdbc-activator-template">Typesafe Activator</a></li>
2121
<li><a href="https://groups.google.com/group/scalikejdbc-users-group">Users Group</a></li>
2222
<li><a href="https://github.com/scalikejdbc/scalikejdbc">GitHub</a></li>
23-
<li><a href="https://skinny-framework.github.io/documentation/orm.html">Skinny ORM</a></li>
2423
</ul>
2524
</div><!--/.nav-collapse -->
2625
</div>

source/layouts/2.x.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<li><a class="navbar-brand" href="/">ScalikeJDBC</a></li>
2020
<li><a href="https://groups.google.com/group/scalikejdbc-users-group">Users Group</a></li>
2121
<li><a href="https://github.com/scalikejdbc/scalikejdbc">GitHub</a></li>
22-
<li><a href="https://skinny-framework.github.io/documentation/orm.html">Skinny ORM</a></li>
2322
</ul>
2423
</div><!--/.nav-collapse -->
2524
</div>

source/layouts/layout.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<li><a class="navbar-brand" href="/">ScalikeJDBC</a></li>
2020
<li><a href="https://groups.google.com/group/scalikejdbc-users-group">Users Group</a></li>
2121
<li><a href="https://github.com/scalikejdbc/scalikejdbc">GitHub</a></li>
22-
<li><a href="https://skinny-framework.github.io/documentation/orm.html">Skinny ORM</a></li>
2322
</ul>
2423
</div><!--/.nav-collapse -->
2524
</div>

0 commit comments

Comments
 (0)