Authored by Bogdan Poplauschi

Updated links for documentation

@@ -52,7 +52,7 @@ This library provides an async image downloader with cache support. For convenie @@ -52,7 +52,7 @@ This library provides an async image downloader with cache support. For convenie
52 - Read [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) 52 - Read [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F)
53 - Try the example by downloading the project from Github or even easier using CocoaPods try `pod try SDWebImage` 53 - Try the example by downloading the project from Github or even easier using CocoaPods try `pod try SDWebImage`
54 - Get to the [installation steps](https://github.com/rs/SDWebImage#installation) 54 - Get to the [installation steps](https://github.com/rs/SDWebImage#installation)
55 -- Read the [SDWebImage 4.0 Migration Guide](https://raw.github.com/rs/SDWebImage/master/Docs/SDWebImage-4.0-Migration-guide.md) to get an idea of the changes from 3.x to 4.x 55 +- Read the [SDWebImage 4.0 Migration Guide](Docs/SDWebImage-4.0-Migration-guide.md) to get an idea of the changes from 3.x to 4.x
56 56
57 ## Who Uses It 57 ## Who Uses It
58 - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. 58 - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list.
@@ -84,7 +84,7 @@ Swift: @@ -84,7 +84,7 @@ Swift:
84 imageView.sd_setImageWithURL(NSURL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage:UIImage(imageNamed:"placeholder.png")) 84 imageView.sd_setImageWithURL(NSURL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage:UIImage(imageNamed:"placeholder.png"))
85 ``` 85 ```
86 86
87 -- For details about how to use the library and clear examples, see [The detailed How to use](https://raw.github.com/rs/SDWebImage/master/Docs/HowToUse.md) 87 +- For details about how to use the library and clear examples, see [The detailed How to use](Docs/HowToUse.md)
88 88
89 ## Animated Images (GIF) support 89 ## Animated Images (GIF) support
90 90
@@ -166,7 +166,7 @@ github "rs/SDWebImage" @@ -166,7 +166,7 @@ github "rs/SDWebImage"
166 ``` 166 ```
167 167
168 ### Installation by cloning the repository 168 ### Installation by cloning the repository
169 -- see [Manual install](https://raw.github.com/rs/SDWebImage/master/Docs/ManualInstallation.md) 169 +- see [Manual install](ManualInstallation.md)
170 170
171 ### Import headers in your source files 171 ### Import headers in your source files
172 172