Skip to content

Commit

Permalink
Fix broken link for release badge
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 authored May 27, 2017
1 parent 1bd2cdf commit f3d64a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

_Dynamic program slicing_ is a technique that can precisely determine which instructions affected a **particular value** in a single **execution** of a program. Giri implements dynamic backwards slicing in LLVM compiler.

[![Build Status](https://travis-ci.org/liuml07/giri.svg?branch=master)](https://travis-ci.org/liuml07/giri)
[![Current Release](https://img.shields.io/badge/release-3.4-blue.svg)](releases/tag/v3.4)
[![License](https://img.shields.io/badge/license-LLVM-brightgreen.svg)](LICENSE.TXT)
[![Build Status](https://travis-ci.org/liuml07/giri.svg?branch=master)](https://travis-ci.org/liuml07/giri)
[![Current Release](https://img.shields.io/badge/release-3.4-blue.svg)](../../releases/tag/v3.4)

### Install

Expand Down

0 comments on commit f3d64a3

Please sign in to comment.