diff --git a/docs/contributing.md b/docs/contributing.md index bce710a6..ec4bc5b4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -43,7 +43,7 @@ To send a pull request: - fork the repo (button at the top right in GitHub) - clone the forked repo to your computer (green button in GitHub) -- Switch to the `next` branch (run `git checkout next`) +- Switch to the `main` branch (run `git checkout main`) - create a feature branch (run `git checkout -b the-feature-branch-name`) - make your changes - run the tests (run `npm test`) diff --git a/docs/index.md b/docs/index.md index 1c9ee9a8..ab172e24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,7 +84,7 @@ m.mount(root, { } }) ``` -> *[Click here to open the sample on flems.io](https://flems.io/mithril@next#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4s+LLQCuDABQATWtSk4G+AEa15ATwoACYAB00e03oBuEGAHdEesDOrEI9WQEoDxs970AnGMRSviZYsgDkhACMYfphACq+2no4etLEYW5eZqzGrG6UIHAwsE4uaAg8ACyIAExsHCCYOHj41HACNPSMzDxsALqsQA)* +> *[Click here to open the sample on flems.io](https://flems.io/mithril@main#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4s+LLQCuDABQATWtSk4G+AEa15ATwoACYAB00e03oBuEGAHdEesDOrEI9WQEoDxs970AnGMRSviZYsgDkhACMYfphACq+2no4etLEYW5eZqzGrG6UIHAwsE4uaAg8ACyIAExsHCCYOHj41HACNPSMzDxsALqsQA)* --- diff --git a/docs/installation.md b/docs/installation.md index 48733417..d8f96921 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -32,14 +32,6 @@ TypeScript type definitions are available from DefinitelyTyped. They can be inst $ npm install @types/mithril --save-dev ``` -For example usage, to file issues or to discuss TypeScript related topics visit: https://github.com/MithrilJS/mithril.d.ts - -Type definitions for pre-release versions of Mithril.js (on the `next` branch) align with the `next` branch of the [types development repo](https://github.com/MithrilJS/mithril.d.ts/tree/next). You can install these types with: - -```bash -$ npm install -D MithrilJS/mithril.d.ts#next -``` - --- ### Create a project locally