Skip to content

Commit

Permalink
Merge pull request #1328 from eugbaranov/docs
Browse files Browse the repository at this point in the history
Remove dead links to tryfsharp.org (fixes #1308)
  • Loading branch information
dsyme authored Oct 4, 2020
2 parents 940e339 + 9aa3694 commit 9cbf7be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions docs/content/ja/library/WorldBank.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
WorldBank 型プロバイダーを使うと、F#プログラムやスクリプトから型安全かつ
簡単な方法でWorldBankのデータにアクセスできるようになります。
このドキュメントはこの型プロバイダーの基本的な部分のみ説明しています。
WorldBank 型プロバイダーは [Try F#](http://www.tryfsharp.org) の
Webサイトにある"Data Science" のチュートリアルでも使われているため、
そちらも参考にするとよいでしょう。
## 型プロバイダーの基本
Expand Down Expand Up @@ -149,9 +146,6 @@ let countries =
(**
## 関連する記事
* [Try F#: Data Science](http://www.tryfsharp.org/Learn/data-science) -
Try F# の Data Science チュートリアルにはFreebase 型プロバイダーを使った
様々な例があります。
* [API リファレンス: WorldBankDataProvider 型プロバイダー](../../reference/fsharp-data-worldbankdataprovider.html)
*)
6 changes: 1 addition & 5 deletions docs/content/library/WorldBank.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ countries in the world. The [data catalog](http://data.worldbank.org/) contains
8,000 indicators that can be programmatically accessed.
The WorldBank Type Provider makes the WorldBank data easily accessible to F# programs and
scripts in a type-safe manner. This article provides an introduction. The type provider
is also used on the [Try F#](http://www.tryfsharp.org) web site in the "Data Science" tutorial,
so you can find more examples there.
scripts in a type-safe manner. This article provides an introduction.
## Introducing the provider
Expand Down Expand Up @@ -139,8 +137,6 @@ and then creates a single composed chart using `Chart.Combine`.
(**
## Related articles
* [Try F#: Data Science](http://www.tryfsharp.org/Learn/data-science) - The Data Science
tutorial on Try F# uses the WorldBank type provider in numerous examples.
* [API Reference: WorldBankDataProvider type provider](../reference/fsharp-data-worldbankdataprovider.html)
*)

0 comments on commit 9cbf7be

Please sign in to comment.