Skip to content

Commit ad998df

Browse files
Fix links in README
1 parent 3c926d8 commit ad998df

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Contributions are welcome and greatly appreciated!
44

55
## Reporting a bug
66

7-
- Make sure that the bug was not already reported by searching in GitHub under [Issues](https://github.com/cloudinary/cloudinary_php) and the Cloudinary [Support forms](https://support.cloudinary.com).
8-
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/cloudinary/cloudinary_php/issues/new).
7+
- Make sure that the bug was not already reported by searching in GitHub under [Issues](https://github.com/cloudinary/php-transformation-builder-sdk) and the Cloudinary [Support forms](https://support.cloudinary.com).
8+
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/cloudinary/php-transformation-builder-sdk/issues/new).
99
Be sure to include a **title and clear description**, as relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
10-
- If you require assistance in the implementation of cloudinary_php please [submit a request](https://support.cloudinary.com/hc/en-us/requests/new) on Cloudinary's site.
10+
- If you require assistance in the implementation of php-transformation-builder-sdk please [submit a request](https://support.cloudinary.com/hc/en-us/requests/new) on Cloudinary's site.
1111

1212
## Requesting a feature
1313

1414
We would love to receive your requests!
1515
Please be aware that the library is used in a wide variety of environments and that some features may not be applicable to all users.
1616

17-
- Open a GitHub [issue](https://github.com/cloudinary/cloudinary_php) describing the benefits (and possible drawbacks) of the requested feature
17+
- Open a GitHub [issue](https://github.com/cloudinary/php-transformation-builder-sdk) describing the benefits (and possible drawbacks) of the requested feature
1818

1919
## Fixing a bug / Implementing a new feature
2020

@@ -31,12 +31,12 @@ When contributing code, either to fix a bug or to implement a new feature, pleas
3131

3232
#### Fork the Project
3333

34-
Fork [project on Github](https://github.com/cloudinary/cloudinary_php) and check your copy.
34+
Fork [project on Github](https://github.com/cloudinary/php-transformation-builder-sdk) and check your copy.
3535

3636
```
37-
git clone https://github.com/contributor/cloudinary_php.git
38-
cd cloudinary_php
39-
git remote add upstream https://github.com/cloudinary/cloudinary_php.git
37+
git clone https://github.com/contributor/php-transformation-builder-sdk.git
38+
cd php-transformation-builder-sdk
39+
git remote add upstream https://github.com/cloudinary/php-transformation-builder-sdk.git
4040
```
4141

4242
#### Create a Topic Branch
@@ -106,7 +106,7 @@ git push origin my-feature-branch
106106

107107
#### Make a Pull Request
108108

109-
Go to https://github.com/contributor/cloudinary_php and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are normally reviewed within a few days.
109+
Go to https://github.com/contributor/php-transformation-builder-sdk and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are normally reviewed within a few days.
110110
Ensure the PR description clearly describes the problem and solution. Include relevant issue number if applicable.
111111

112112
#### Rebase

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![Build Status](https://app.travis-ci.com/cloudinary/php-transformation-builder-sdk.svg)](https://app.travis-ci.com/cloudinary/php-transformation-builder-sdk) [![license](https://img.shields.io/github/license/cloudinary/php-transformation-builder-sdk.svg?maxAge=2592000)](https://github.com/cloudinary/php-transformation-builder-sdk/blob/master/LICENSE) [![Packagist](https://img.shields.io/packagist/v/cloudinary/php-transformation-builder-sdk.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/php-transformation-builder-sdk) [![Packagist](https://img.shields.io/packagist/dt/cloudinary/php-transformation-builder-sdk.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/php-transformation-builder-sdk/stats)
1+
[![Build Status](https://app.travis-ci.com/cloudinary/php-transformation-builder-sdk.svg)](https://app.travis-ci.com/cloudinary/php-transformation-builder-sdk)
2+
[![license](https://img.shields.io/github/license/cloudinary/php-transformation-builder-sdk.svg?maxAge=2592000)](https://github.com/cloudinary/php-transformation-builder-sdk/blob/master/LICENSE)
3+
[![Packagist](https://img.shields.io/packagist/v/cloudinary/transformation-builder-sdk.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/php-transformation-builder-sdk)
4+
[![Packagist](https://img.shields.io/packagist/dt/cloudinary/transformation-builder-sdk.svg?maxAge=2592000)](https://packagist.org/packages/cloudinary/php-transformation-builder-sdk/stats)
25

36
Cloudinary PHP Transformation Builder SDK
47
==================

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<ruleset name="cloudinary_php coding standard">
3-
<description>cloudinary_php coding standard</description>
2+
<ruleset name="php-transformation-builder-sdk coding standard">
3+
<description>php-transformation-builder-sdk coding standard</description>
44

55
<!-- display progress -->
66
<arg value="p"/>

0 commit comments

Comments
 (0)