Skip to content

Commit

Permalink
update Readme badges, fix license link in About panel
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertino committed Mar 7, 2018
1 parent e5f9ef7 commit 133a90e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![Ghostery](https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo_black.svg)](https://www.ghostery.com)
---

![Travis](https://img.shields.io/travis/ghostery/ghostery-extension.svg?style=flat-square)   ![GitHub manifest version](https://img.shields.io/github/manifest-json/v/ghostery/ghostery-extension.svg?style=flat-square)   ![Chat on Gitter](https://img.shields.io/gitter/room/ghostery/ghostery-expenstion.svg?style=flat-square)   [![Twitter Follow](https://img.shields.io/twitter/follow/ghostery.svg?style=social&maxAge=3600)](https://twitter.com/ghostery)
[![Build Status](https://travis-ci.org/ghostery/ghostery-extension.svg?branch=master)](https://travis-ci.org/ghostery/ghostery-extension)   ![GitHub manifest version](https://img.shields.io/github/manifest-json/v/ghostery/ghostery-extension.svg?style=flat-square)   [![Chat on Gitter](https://img.shields.io/gitter/room/ghostery/ghostery-expenstion.svg?style=flat-square)](https://gitter.im/ghostery/ghostery-extension)   [![Twitter Follow](https://img.shields.io/twitter/follow/ghostery.svg?style=social&maxAge=3600)](https://twitter.com/ghostery)

Ghostery helps you browse smarter by giving you control over ads and tracking technologies to speed up page loads, eliminate clutter, and protect your data. This is the unified code repository for the Ghostery browser extensions in Chrome, Firefox, Opera and Edge.

Expand Down
2 changes: 1 addition & 1 deletion app/panel/components/About.jsx
Expand Up @@ -47,7 +47,7 @@ class About extends React.Component {
<a href="https://github.com/ghostery/ghostery-extension/releases" target="_blank" rel="noopener noreferrer">
{ t('panel_about_release_notes') }
</a>
<a href="https://www.ghostery.com/about-ghostery/browser-extension-end-user-license-agreement/" target="_blank" rel="noopener noreferrer">
<a href="https://www.mozilla.org/en-US/MPL/2.0/" target="_blank" rel="noopener noreferrer">
{ t('panel_about_license') }
</a>
<a href="https://www.ghostery.com/about-ghostery/browser-extension-privacy-policy/" target="_blank" rel="noopener noreferrer">
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Expand Up @@ -8,8 +8,8 @@
"author": "Ghostery",
"name": "__MSG_name__",
"short_name": "Ghostery",
"version": "8.1.0.0",
"version_name": "8.1.0.0",
"version": "8.1.0",
"version_name": "8.1.0",
"default_locale": "en",
"description": "__MSG_short_description__",
"debug": true,
Expand Down

0 comments on commit 133a90e

Please sign in to comment.