X Tutup
Skip to content

Commit 6ad778a

Browse files
committed
fix links to changelog and upgrade guide
1 parent aba072a commit 6ad778a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ rightmenu: true
5555
```
5656

5757
### Upgrading from Previous Versions
58-
See the [Upgrade Guide](UPGRADE_GUIDE.md)
58+
See the [Upgrade Guide](https://github.com/Kong/unirest-java/blob/master/UPGRADE_GUIDE.md)
5959

6060
### ChangeLog
61-
See the [Change Log](CHANGELOG.md) for recent changes.
61+
See the [Change Log](https://github.com/Kong/unirest-java/blob/master/CHANGELOG.md) for recent changes.
6262

6363
# Requests
6464
So you're probably wondering how using Unirest makes creating requests in Java easier, here is a basic POST request that will explain everything:
@@ -227,7 +227,7 @@ Unirest.post("http://httpbin.org")
227227
.asEmpty();
228228
```
229229

230-
## Upload Progress Monitoring
230+
### Upload Progress Monitoring
231231
If you are uploading large files you might want to provide some time of progress bar to a user. You can monitor this progress by providing a ProgresMonitor.
232232

233233
```java

0 commit comments

Comments
 (0)
X Tutup