Skip to content

Commit

Permalink
Merge pull request #276 from rpearce/fix-old-project-name-links
Browse files Browse the repository at this point in the history
Fix old project links to new project name
  • Loading branch information
rpearce authored Mar 28, 2021
2 parents 037db85 + d8a5b3b commit 47dd849
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "react-medium-image-zoom",
"projectName": "image-zoom",
"projectOwner": "rpearce",
"files": [
"README.md"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.3.3] - 2021-03-27
### Fixed
* fixed old links to `/react-medium-image-zoom/` to `/image-zoom/`

## [4.3.2] - 2021-03-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing

1. Check out the [issues](https://github.com/rpearce/react-medium-image-zoom/issues)
1. Check out the [issues](https://github.com/rpearce/image-zoom/issues)
1. [Fork](https://guides.github.com/activities/forking/) this repository
1. [Clone](https://help.github.com/articles/cloning-a-repository/) your fork
1. Add the upstream project (this one) as a git remote:
```
$ git remote add upstream git@github.com:rpearce/react-medium-image-zoom.git
$ git remote add upstream git@github.com:rpearce/image-zoom.git
$ git fetch upstream
$ git rebase upstream/master
```
Expand Down
Loading

0 comments on commit 47dd849

Please sign in to comment.