From b6d90ed765c6b07ce3240c58028b24e8faa79834 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 1 Feb 2018 21:13:02 -0800 Subject: [PATCH] Fix link on appveyor sticker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96fb7e7f..b44c8c97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dst [![Build Status](https://travis-ci.org/bakpakin/dst.svg?branch=master)](https://travis-ci.org/bakpakin/dst) -[![Appveyor Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true) +[![Appveyor Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/bakpakin/dst) dst is a functional programming language and vm. The language is a lisp that replaces the list with other data structures that have better realworld characteristics and performance.