Skip to content

Commit

Permalink
Update some url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 27, 2020
1 parent 9660f60 commit 9797e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example sbt project that compiles using Dotty

[![Build Status](https://travis-ci.org/lampepfl/dotty-example-project.svg?branch=master)](https://travis-ci.org/lampepfl/dotty-example-project)
[![Build Status](https://travis-ci.org/scala/scala3-example-project.svg?branch=master)](https://travis-ci.org/scala/scala3-example-project)

## Usage

Expand All @@ -18,8 +18,8 @@ http://dotty.epfl.ch/docs/usage/ide-support.html

## Making a new Dotty project
The fastest way to start a new Dotty project is to use one of the following templates:
* [Simple Dotty project](https://github.com/lampepfl/dotty.g8)
* [Dotty project that cross-compiles with Scala 2](https://github.com/lampepfl/dotty-cross.g8)
* [Simple Dotty project](https://github.com/scala/scala3.g8)
* [Dotty project that cross-compiles with Scala 2](https://github.com/scala/scala3-cross.g8)

## Using Dotty in an existing project

Expand Down

0 comments on commit 9797e53

Please sign in to comment.