Skip to content

Commit 4bdfb09

Browse files
authored
Merge pull request #10 from bufferapp/new-url-analyze
Updated URL of Analyze product
2 parents fe92301 + dc76461 commit 4bdfb09

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## 1.11.1 - 2019-04-12
8+
### Changed
9+
- Analyze product url to https://analyze.buffer.com/
10+
11+
## 1.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bufferapp/app-sidebar",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Display application notifications",
55
"main": "lib/index.js",
66
"scripts": {

src/components/AppSidebar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const AppSidebar = ({
6767
icon={<AnalyzeIcon />}
6868
active={activeProduct === 'analyze'}
6969
label="Analyze"
70-
href="https://buffer.com/analyze"
70+
href="https://analyze.buffer.com/"
7171
newWindow
7272
/>
7373

0 commit comments

Comments
 (0)