Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(getting started): page 3 - update server versions, better link t…
Browse files Browse the repository at this point in the history
…o repo

#1646
  • Loading branch information
rnicholus committed Aug 19, 2016
1 parent 38bb39c commit 92c2f92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/03-setting_up_server-azure.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We have provided a [sample C# endpoint handler for Fine Uploader Azure][csharp].
to develop your own endpoint handler, or modify the example, you should read about [handling
Fine Uploader Azure requests][azureserver] first.

[csharp]: https://github.com/Widen/fine-uploader-server/tree/master/C%23/azure
[csharp]: https://github.com/FineUploader/server-examples/tree/master/C%23/azure
[azureserver]: ../endpoint_handlers/azure.html

{% endmarkdown %}
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart/03-setting_up_server-s3.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
For this tutorial we are going to use PHP to develop a simple server which will sign requests bound for S3.

If PHP is not your style, then feel free to browse the other
[server-side demos repository](http://github.com/Widen/fine-uploader-server). **It's quite important for you to read
[server-side examples repository](https://github.com/FineUploader/server-examples). **It's quite important for you to read
the [Amazon S3 server-side integration instructions](../endpoint_handlers/amazon-s3.html) before you do any of this,
though**.

Expand Down Expand Up @@ -42,7 +42,7 @@ An example composer.json file may look like this:
```json
{
"require": {
"fineuploader/php-s3-server": "1.0.0"
"fineuploader/php-s3-server": "1.1.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart/03-setting_up_server.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ read the [Fine Uploader S3 server documentation](../endpoint_handlers/amazon-s3.
For this tutorial we are going to use PHP to develop a simple server which will accept uploads from our Fine Uploader instance.

If PHP is not your style, then feel free to browse the other
[server-side demos repository](http://github.com/Widen/fine-uploader-server). **It's quite important for you to read
[server-side examples repository](https://github.com/FineUploader/server-examples). **It's quite important for you to read
the [traditional server-side integration instructions](../endpoint_handlers/traditional.html) before you do any of this,
though**.

Expand All @@ -45,7 +45,7 @@ An example composer.json file may look like this:
```json
{
"require": {
"fineuploader/php-traditional-server": "1.0.0"
"fineuploader/php-traditional-server": "1.1.0"
}
}
```
Expand Down

0 comments on commit 92c2f92

Please sign in to comment.