From 58ab1a126c9fa45e61a81d2834e4e24400f98215 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Fri, 24 Aug 2018 20:26:28 +0200 Subject: [PATCH] Fix the path to project on TravisCI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2faef399..26a73d0a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An experimental feature of [JetBrains MPS](https://jetbrains.com/mps). Code rule ## Status -[![Build Status](https://travis-ci.org/fisakov/constraints-typechecking.svg?branch=master)](https://travis-ci.org/fisakov/constraints-typechecking) +[![Build Status](https://travis-ci.org/fisakov/mps-coderules.svg?branch=master)](https://travis-ci.org/fisakov/mps-coderules) The status of this project is **pre-release**. Don’t rely on any of the language features or the API to be stable. The purpose of this project is to show the new technology and collect early feedback.