Skip to content

Commit 1c10f34

Browse files
authored
Fix broken images in README.md (#518)
1 parent 72e6036 commit 1c10f34

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ features:
1414
details: It's easy to extend Nu using a powerful plugin system.
1515
---
1616

17-
<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
17+
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
1818

1919
### Nu works with existing data
2020

2121
Nu speaks [JSON, YAML, SQLite, Excel, and more](/book/loading_data.html) out of the box. It's easy to bring data into a Nu pipeline whether it's in a file, a database, or a web API:
2222

23-
<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
23+
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
2424

2525
### Nu has great error messages
2626

2727
Nu operates on typed data, so it catches bugs that other shells don't. And when things break, Nu tells you exactly where and why:
2828

29-
<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
29+
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
3030

3131
## Get Nu
3232

de/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ features:
1414
details: Nu kann dank des leistungsfähigen Plugin-Systems einfach erweitert werden.
1515
---
1616

17-
<img src="/frontpage/ls-example.png" alt="Screenshot zeigt die Verwendung des ls-Befehls" class="hero"/>
17+
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot zeigt die Verwendung des ls-Befehls" class="hero"/>
1818

1919
### Nu funktioniert mit existierenden Daten
2020

2121
Nu versteht [JSON, YAML, XML, Excel und noch mehr](/book/loading_data.html). Es ist einfach Daten in eine Nu Pipeline zu laden ganz egal ob diese in einer Datei, einer Datenbank oder einer Web-API liegen:
2222

23-
<img src="/frontpage/fetch-example.png" alt="Screenshot zeigt das Laden von Daten von einer Web-API" class="hero"/>
23+
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot zeigt das Laden von Daten von einer Web-API" class="hero"/>
2424

2525
### Nu hat tolle Fehlermeldungen
2626

2727
Nu arbeitet mit typisierten Daten, wodurch Fehler abgefangen werden, die andere Shells nicht erkennen. Und falls etwas schiefgeht bekommt genau mitgeteilt wo und weshalb:
2828

29-
<img src="/frontpage/miette-example.png" alt="Screenshot zeigt eine Fehlermeldung, wenn Nu einen type error abfängt" class="hero"/>
29+
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot zeigt eine Fehlermeldung, wenn Nu einen type error abfängt" class="hero"/>
3030

3131
## Nu installieren
3232

ja/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ features:
1414
details: 強力なプラグインシステムを使って、Nuを簡単に拡張することができます。
1515
---
1616

17-
<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
17+
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
1818

1919
### Nu は既存のデータとの連携が可能
2020

2121
Nu はでは[JSON, YAML, XML, Excel and more](/book/loading_data.html)を標準サポートしています。ファイル、データベース、Web API など、どのようなデータでも簡単に Nu パイプラインに取り込むことができます。
2222

23-
<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
23+
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
2424

2525
### Nu のエラーメッセージは非常に分かりやすい
2626

2727
Nu は型付けされたデータを操作するので、他のシェルでは見つけられないバグを発見することができます。そして、壊れたときには、どこで、なぜ壊れたかを正確に教えてくれます。
2828

29-
<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
29+
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
3030

3131
## Nu をインストールする
3232

tr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ features:
1414
details: It's easy to extend Nu using a powerful plugin system.
1515
---
1616

17-
<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
17+
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
1818

1919
### Nu works with existing data
2020

zh-CN/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ features:
1414
details: 具备强大的插件系统,Nu 可以轻松扩展。
1515
---
1616

17-
<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
17+
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
1818

1919
### Nu 可以与现有数据一起工作
2020

2121
Nu 开箱即用支持 [JSON、YAML、SQLite、Excel 等](/zh-CN/book/loading_data.html)。无论是文件、数据库还是网络 API 中的数据,都可以很容易地引入 Nu 管道:
2222

23-
<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
23+
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
2424

2525
### Nu 有很棒的错误反馈
2626

2727
Nu 在类型化的数据上操作,所以它能捕捉到其他 Shell 无法捕捉到的 Bug。当意外发生时,Nu 会告诉你确切的位置和原因:
2828

29-
<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
29+
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
3030

3131
## 获取 Nu
3232

0 commit comments

Comments
 (0)