diff --git a/Readme.md b/README.md similarity index 77% rename from Readme.md rename to README.md index bce01b2..fd87f47 100644 --- a/Readme.md +++ b/README.md @@ -2,7 +2,7 @@ The [Uno.Wasm.MonoRuntime](https://www.nuget.org/packages/Uno.Wasm.MonoRuntime) package provides the binaries and toolchain of the mono-wasm runtime. -This package requires the use of the [Uno.Wasm.Bootstrap](https://www.nuget.org/packages/Uno.Wasm.Bootstrap) package to work properly. +This package requires the use of [Uno.Wasm.Bootstrap](https://github.com/unoplatform/Uno.Wasm.Bootstrap) to work properly. ## Why does this package exist ? Currently, as of this writing, the mono-wasm runtime is not distributed in an easy-to-consume manner, which @@ -13,7 +13,7 @@ team decides on the best way to publish those binaries. ## Why is there a dependency on Uno.Wasm.Bootstrap The toolchain requires the use of a set of prerequisites, and build step which are currently not provided by the mono SDK, -and the [Uno.Wasm.Bootstrap](https://github.com/nventive/Uno.Wasm.Bootstrap) provides this additional tooling. +and the [Uno.Wasm.Bootstrap](https://github.com/unoplatform/Uno.Wasm.Bootstrap) provides this additional tooling. ## How often is this package updated? -This repository will be regularly updated with newer versions of the mono-wasm SDK, using the [mono projects CI output](https://jenkins.mono-project.com/). \ No newline at end of file +This repository will be regularly updated with newer versions of the mono-wasm SDK, using the [mono projects CI output](https://jenkins.mono-project.com/).