Skip to content

Commit 0914e24

Browse files
committed
Replace references of angular_next to master in markdown
1 parent 44422a1 commit 0914e24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Fork [project on Github](https://github.com/cloudinary/cloudinary_angular) and c
3434
```
3535
git clone https://github.com/contributor/cloudinary_angular.git
3636
cd cloudinary_angular
37-
git checkout angular_next
37+
git checkout master
3838
git remote add upstream https://github.com/cloudinary/cloudinary_angular.git
3939
```
4040

@@ -43,8 +43,8 @@ git remote add upstream https://github.com/cloudinary/cloudinary_angular.git
4343
Make sure your fork is up-to-date and create a topic branch for your feature or bug fix.
4444

4545
```
46-
git checkout angular_next
47-
git pull upstream angular_next
46+
git checkout master
47+
git pull upstream master
4848
git checkout -b my-feature-branch
4949
```
5050
#### Rebase
@@ -53,7 +53,7 @@ If you've been working on a change for a while, rebase with upstream/master.
5353

5454
```
5555
git fetch upstream
56-
git rebase upstream/angular_next
56+
git rebase upstream/master
5757
git push origin my-feature-branch -f
5858
```
5959

@@ -103,7 +103,7 @@ git push origin my-feature-branch
103103
Go to https://github.com/contributor/cloudinary_angular and select your feature branch. Click the 'Pull Request' button and fill out the form.
104104
Pull requests are usually reviewed within a few days.
105105

106-
Ensure that the PR title starts with "[angular_next]" and that the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
106+
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
107107

108108
#### Check on Your Pull Request
109109

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Cloudinary
22
==========
33
The official [Cloudinary](https://cloudinary.com) SDK for Angular (AKA Angular 2).
44

5-
Cloudinary's AngularJS (AKA Angular1) SDK can be found [here](https://github.com/cloudinary/cloudinary_angular)
5+
Cloudinary's AngularJS (AKA Angular1) SDK can be found [here](https://github.com/cloudinary/cloudinary_angular/tree/angular-1)
66

77
[Cloudinary](https://cloudinary.com) is a cloud service that offers a solution to a web application's entire image management pipeline.
88

0 commit comments

Comments
 (0)