Skip to content

Commit 40d694f

Browse files
authored
docs: update links in README.md
1 parent f4afec2 commit 40d694f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $stack = Contentstack::Stack(API_KEY, DELIVERY_TOKEN, ENV_NAME, array('region'=>
3535
#### Download and install library:
3636
To use the PHP SDK, you need to perform the following steps:
3737

38-
1. [Download](https://www.contentstack.com/docs/platforms/php/php_sdk_latest) the PHP SDK
38+
1. [Download](https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/php/download-php-sdk) the PHP SDK
3939
2. Create `dependencies` folder in your project directory
4040
3. Move this downloaded zip file to a `dependencies` folder
4141
4. Download the [MabeEnum](https://github.com/marc-mabe/php-enum)
@@ -55,23 +55,23 @@ $stack = Contentstack::Stack(API_KEY, DELIVERY_TOKEN, ENV_NAME);
5555

5656
#### Stack
5757

58-
A stack is like a container that holds the content of your app. Learn more about [Stacks](https://www.contentstack.com/docs/guide/stack).
58+
A stack is like a container that holds the content of your app. Learn more about [Stacks](https://www.contentstack.com/docs/developers/set-up-stack/about-stack).
5959

6060
#### Content Type
6161

62-
Content type lets you define the structure or blueprint of a page or a section of your digital property. It is a form-like page that gives Content Managers an interface to input and upload content. [Read more](https://www.contentstack.com/docs/guide/content-types).
62+
Content type lets you define the structure or blueprint of a page or a section of your digital property. It is a form-like page that gives Content Managers an interface to input and upload content. [Read more](https://www.contentstack.com/docs/developers/create-content-types/about-content-types).
6363

6464
#### Entry
6565

66-
An entry is the actual piece of content created using one of the defined content types. Learn more about [Entries](https://www.contentstack.com/docs/guide/content-management#working-with-entries).
66+
An entry is the actual piece of content created using one of the defined content types. Learn more about [Entries](https://www.contentstack.com/docs/content-managers/author-content/about-entries).
6767

6868
#### Asset
6969

70-
Assets refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded to Contentstack. These files can be used in multiple entries. Read more about [Assets](https://www.contentstack.com/docs/guide/content-management#working-with-assets).
70+
Assets refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded to Contentstack. These files can be used in multiple entries. Read more about [Assets](https://www.contentstack.com/docs/content-managers/author-content/about-assets).
7171

7272
#### Environment
7373

74-
A publishing environment corresponds to one or more deployment servers or a content delivery destination where the entries need to be published. Learn how to work with [Environments](https://www.contentstack.com/docs/guide/environments).
74+
A publishing environment corresponds to one or more deployment servers or a content delivery destination where the entries need to be published. Learn how to work with [Environments](https://www.contentstack.com/docs/developers/set-up-environments/about-environments).
7575

7676

7777

@@ -116,7 +116,7 @@ $result = $stack->ContentType(CONTENT_TYPE_UID)->Entry(ENTRY_UID)->toJSON()->fet
116116

117117
You can query for content types, entries, assets and more using our PHP API Reference.
118118

119-
[PHP API Reference Doc](https://www.contentstack.com/docs/platforms/php/api-reference/)
119+
[PHP API Reference Doc](https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/php/reference)
120120

121121

122122

@@ -156,5 +156,5 @@ $imageUrl = $stack->imageTransform(imageUrl, array('auto' => 'webp'));
156156

157157
- [Contentstack Website](https://www.contentstack.com)
158158
- [Official Documentation](https://www.contentstack.com/docs)
159-
- [Content Delivery API Docs](https://www.contentstack.com/docs/apis/content-delivery-api/)
159+
- [Content Delivery API Docs](https://www.contentstack.com/docs/developers/apis/content-delivery-api)
160160

0 commit comments

Comments
 (0)