Skip to content

Commit

Permalink
Avoid HTML in headers
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Jan 16, 2019
1 parent bb45ac3 commit 6f2eddc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 44 deletions.
66 changes: 22 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,21 @@
<h1 align="center">
<a href="https://www.sourced.tech"><img src="./docs/assets/sourced-lookout.png" alt="source{d}" height="120px"></a>
</h1>

<h3 align="center">
Service for assisted code review, that allows running custom code Analyzers on pull requests.
</h3>

<p align="center">
<a href="https://github.com/src-d/lookout/releases">
<img src="https://badge.fury.io/gh/src-d%2Flookout.svg"
alt="GitHub version">
</a>
<a href="https://travis-ci.org/src-d/lookout">
<img src="https://travis-ci.org/src-d/lookout.svg?branch=master"
alt="Build Status">
</a>
<img src="https://svg-badge.appspot.com/badge/stability/development?color=D6604A"
alt="Development">
<a href="https://codecov.io/github/src-d/lookout">
<img src="https://codecov.io/github/src-d/lookout/coverage.svg"
alt="Code Coverage">
</a>
<a href="https://goreportcard.com/report/github.com/src-d/lookout">
<img src="https://goreportcard.com/badge/github.com/src-d/lookout"
alt="Go Report Card">
</a>
<a href="https://godoc.org/github.com/src-d/lookout">
<img src="https://godoc.org/github.com/src-d/lookout?status.svg"
alt="GoDoc">
</a>
</p>

<p align="center"><b>
<a href="https://www.sourced.tech">Website</a> •
<a href="https://docs.sourced.tech">Documentation</a> •
<a href="https://blog.sourced.tech">Blog</a> •
<a href="http://bit.ly/src-d-community">Slack</a> •
<a href="https://twitter.com/sourcedtech">Twitter</a>
</b></p>
<a href="https://www.sourced.tech/lookout">
<img src="./docs/assets/sourced-lookout.png" alt="source{d} Lookout" height="120px">
</a>

**Service for assisted code review, that allows running custom code Analyzers on pull requests.**

[![GitHub version](https://badge.fury.io/gh/src-d%2Flookout.svg)](https://github.com/src-d/lookout/releases)
[![Build Status](https://travis-ci.org/src-d/lookout.svg?branch=master)](https://travis-ci.org/src-d/lookout)
![Development](https://svg-badge.appspot.com/badge/stability/development?color=D6604A)
[![Code Coverage](https://codecov.io/github/src-d/lookout/coverage.svg)](https://codecov.io/github/src-d/lookout)
[![Go Report Card](https://goreportcard.com/badge/github.com/src-d/lookout)](https://goreportcard.com/report/github.com/src-d/lookout)
[![GoDoc](https://godoc.org/github.com/src-d/lookout?status.svg)](https://godoc.org/github.com/src-d/lookout)

[Website](https://www.sourced.tech)
[Documentation](https://docs.sourced.tech)
[Blog](https://blog.sourced.tech)
[Slack](http://bit.ly/src-d-community)
[Twitter](https://twitter.com/sourcedtech)

## Introduction

Expand All @@ -50,14 +28,14 @@ Jump to the [Quickstart](#quickstart) section to start using it!

<!--ts-->
* [Introduction](#introduction)
* [Motivation and Scope](#motivation-and-scope)
* [Current Status](#current-status)
* [Further Reading](#further-reading)
* [Motivation and Scope](#motivation-and-scope)
* [Current Status](#current-status)
* [Further Reading](#further-reading)
* [Quickstart](#quickstart)
* [Available Analyzers](#available-analyzers)
* [Create an Analyzer](#create-an-analyzer)
* [Contribute](#contribute)
* [Community](#community)
* [Community](#community)
* [Code of Conduct](#code-of-conduct)
* [License](#license)
<!--te-->
Expand Down
Binary file modified docs/assets/sourced-lookout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f2eddc

Please sign in to comment.