Skip to content

Commit 0409ccb

Browse files
authored
Update sample links (#264)
1 parent cb2e640 commit 0409ccb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ import { Cloudinary } from 'cloudinary-core';
8585
export class AppModule { }
8686
```
8787

88-
See [samples folder](samples) for a complete reference project.
88+
See [samples folder](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples) for a complete reference project.
8989

9090
### Creating new image tags with cl-image & cl-transformation ##################################
9191

92-
The [cl-image](src/cloudinary-image.component.ts) component generates an `<image>` tag with requested transformation, type, and format.
92+
The [cl-image](https://github.com/cloudinary/cloudinary_angular/blob/master/projects/angular-cld/src/lib/cloudinary-image.component.ts) component generates an `<image>` tag with requested transformation, type, and format.
9393
The image tag can contain optional `<cl-transformation>` tags that will be used as chained transformations:
9494

9595
```html
@@ -161,11 +161,11 @@ Will be compiled by Angular to:
161161
src="http://res.cloudinary.com/{your_cloud_name}/image/fetch/f_auto,q_auto/https://cloudinary.com/images/logo.png">
162162
```
163163

164-
See additional usage examples [here](src/cloudinary-image-source.directive.spec.ts) and in the sample projects.
164+
See additional usage examples [here](https://github.com/cloudinary/cloudinary_angular/blob/master/projects/angular-cld/src/lib/cloudinary-image.component.spec.ts) and in the sample projects.
165165

166166
## Samples ########################################################
167167

168-
You can find our sample projects, along with documentation in the [samples folder](samples).
168+
You can find our sample projects, along with documentation in the [samples folder](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples).
169169

170170
:information_source: In order to run the samples you need to create a new file called config.ts with your cloud credentials.
171171
Copy `config.ts.sample` in the sample of your choice and replace the placeholders with your credentials.
@@ -175,10 +175,10 @@ Both sample applications demonstrate a basic photo gallery showcasing basic imag
175175

176176
The samples differ by their bundling solution and upload implementation:
177177

178-
* [Photo album sample app](samples/photo_album)
178+
* [Photo album sample app](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples/photo_album)
179179
* Uses [ng2-file-upload](https://github.com/valor-software/ng2-file-upload) for uploading files using an opensource file uploader
180180
* Uses [Webpack](https://webpack.github.io) for bundling and serving the application
181-
* [Photo album sample app with jQuery](samples/photo_album_with_jquery)
181+
* [Photo album sample app with jQuery](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples/photo_album_with_jquery)
182182
* Uses [Cloudinary's jQuery plugin](https://cloudinary.com/blog/direct_upload_made_easy_from_browser_or_mobile_app_to_the_cloud#direct_uploading_from_the_browser_using_jquery) for uploading files using jQuery and blueimp.
183183
* Uses [SystemJS](https://github.com/systemjs/systemjs) for bundling the application and [lite-server](https://github.com/johnpapa/lite-server) for serving the application.
184184
* [Photo Album AOT compilation](samples/photo_album_aot)

0 commit comments

Comments
 (0)