Skip to content

Commit 71fdcff

Browse files
authored
Merge pull request #606 from primer/progress-package-name-fix
Fix for Progress Broken Package Link
2 parents ab72045 + eeab5e3 commit 71fdcff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/primer-progress/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Primer / Progress
22

3-
[![npm version](https://img.shields.io/npm/v/primer-progress-bar.svg)](https://www.npmjs.org/package/primer-progress-bar)
3+
[![npm version](https://img.shields.io/npm/v/primer-progress.svg)](https://www.npmjs.org/package/primer-progress)
44
[![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer)
55

66
> Use Progress components to visualize task completion
@@ -35,8 +35,8 @@ $ npm run build
3535
## Documentation
3636

3737
<!-- %docs
38-
title: Progress Bar
39-
status: Experimental
38+
title: Progress
39+
status: New Release
4040
-->
4141

4242
Use progress bars to show progress.

modules/primer-progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"style": "build/build.css",
1818
"sass": "index.scss",
1919
"main": "build/index.js",
20-
"repository": "https://github.com/primer/primer/tree/master/modules/primer-progress-bar",
20+
"repository": "https://github.com/primer/primer/tree/master/modules/primer-progress",
2121
"bugs": {
2222
"url": "https://github.com/primer/primer/issues"
2323
},

0 commit comments

Comments
 (0)