Skip to content

Commit 0581188

Browse files
absolute addresses to main repo
Signed-off-by: Laurent Martin <laurent.martin.l@gmail.com>
1 parent 7a2e18f commit 0581188

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Choose what best suits you:
1818

1919
| Resource | Link |
2020
| -------- | ---- |
21-
| **Online manual** | [docs/README.md](docs/README.md) |
22-
| **PDF manual** | In [releases](https://github.com/IBM/aspera-cli/releases) |
21+
| **Online manual** | [GitHub docs/README.md](https://github.com/IBM/aspera-cli/blob/main/docs/README.md) |
22+
| **PDF manual** | In [GitHub Releases](https://github.com/IBM/aspera-cli/releases) |
2323
| **RubyGems** | [rubygems.org/gems/aspera-cli](https://rubygems.org/gems/aspera-cli) |
2424
| **RubyDoc** | [rubydoc.info/gems/aspera-cli](https://www.rubydoc.info/gems/aspera-cli) |
2525
| **Docsify** | [online](https://docsify-this.net/?basePath=https://raw.githubusercontent.com/IBM/aspera-cli/main/docs&homepage=README.md&sidebar=true&browser-tab-title=Aspera%20CLI%20Manual&hide-credits=true&maxLevel=4&externalLinkTarget=_blank&image-captions=true&dark-mode=auto) |
@@ -34,7 +34,7 @@ ascli config transferd install
3434
```
3535

3636
The second command installs the **FASP** transfer engine (`ascp`).
37-
For other install methods (single executable, Docker, Chocolatey, Homebrew), see the [user manual](docs/README.md#installation).
37+
For other install methods (single executable, Docker, Chocolatey, Homebrew), see the [user manual](https://github.com/IBM/aspera-cli/blob/main/docs/README.md#installation).
3838

3939
**Quick check:**
4040

@@ -44,13 +44,13 @@ ascli -v
4444

4545
## Contributing
4646

47-
- **Bugs & features:** [BUGS.md](BUGS.md)
48-
- **How to contribute:** [CONTRIBUTING.md](CONTRIBUTING.md)
49-
- **Release notes:** [CHANGELOG.md](CHANGELOG.md)
47+
- **Bugs & features:** [BUGS.md](https://github.com/IBM/aspera-cli/blob/main/BUGS.md)
48+
- **How to contribute:** [CONTRIBUTING.md](https://github.com/IBM/aspera-cli/blob/main/CONTRIBUTING.md)
49+
- **Release notes:** [CHANGELOG.md](https://github.com/IBM/aspera-cli/blob/main/CHANGELOG.md)
5050

5151
Commands map to Aspera REST APIs; see the manual for options.
5252
For debugging, use `--log-level=debug`.
5353

5454
## License
5555

56-
[Apache-2.0](LICENSE)
56+
[Apache-2.0](https://github.com/IBM/aspera-cli/blob/main/LICENSE)

0 commit comments

Comments
 (0)