Skip to content

Commit f85acef

Browse files
update readme image
1 parent 9758d4f commit f85acef

File tree

4 files changed

+6
-76
lines changed

4 files changed

+6
-76
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://ktorm.liuwj.me/images/logo-full.png" alt="Ktorm" width="300" />
2+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
55
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
@@ -37,7 +37,7 @@ For more documentation, go to our site: [https://ktorm.liuwj.me](https://ktorm.l
3737
- Extensible design, write your own extensions to support more operators, data types, SQL functions, database dialects, etc.
3838

3939
<p align="center">
40-
<img src="docs/source/images/ktorm-example.png">
40+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/ktorm-example.png">
4141
</p>
4242

4343
# Quick Start

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://ktorm.liuwj.me/images/logo-full.png" alt="Ktorm" width="300" />
2+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
55
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
@@ -37,7 +37,7 @@ Ktorm 是直接基于纯 JDBC 编写的高效简洁的轻量级 Kotlin ORM 框
3737
- 易扩展的设计,可以灵活编写扩展,支持更多运算符、数据类型、 SQL 函数、数据库方言等
3838

3939
<p align="center">
40-
<img src="docs/source/images/ktorm-example.png">
40+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/ktorm-example.png">
4141
</p>
4242

4343
# 快速开始

README_jp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://ktorm.liuwj.me/images/logo-full.png" alt="Ktorm" width="300" />
2+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
55
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
@@ -37,7 +37,7 @@ Ktormは純粋なJDBCをベースにしたKotlin用の軽量で効率的なORM
3737
- 拡張性のある設計。独自の拡張機能を書いて、より多くの演算子、データ型、SQL関数、データベースの方言などをサポートすることができます。
3838

3939
<p align="center">
40-
<img src="docs/source/images/ktorm-example.png">
40+
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/ktorm-example.png">
4141
</p>
4242

4343
# クイックスタート

build-docs.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)