This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Apiary CLI Client
8
8
## Description
9
9
10
10
The Apiary CLI Client gem is a command line tool for developing and previewing
11
- [ API Blueprint] ( http ://apiblueprint.org) documents locally. It can also be
11
+ [ API Blueprint] ( https ://apiblueprint.org) documents locally. It can also be
12
12
used for pushing updated documents to and fetching existing documents from
13
- [ Apiary] ( http ://apiary.io) .
13
+ [ Apiary] ( https ://apiary.io) .
14
14
15
15
16
- Please see the ` apiary help ` command and the [ full documentation] ( http ://client.apiary.io) for an in-depth look in how to use this tool.
16
+ Please see the ` apiary help ` command and the [ full documentation] ( https ://client.apiary.io) for an in-depth look in how to use this tool.
17
17
18
18
For instructions on making your own changes, see [ Hacking Apiary CLI Client] ( #hacking-apiary-cli-client ) , below.
19
19
@@ -45,7 +45,7 @@ docker build -t "apiaryio/client" .
45
45
* Required only for publish and fetch commands.*
46
46
47
47
48
- 1 . Make sure you are a registered user of [ Apiary] ( http ://apiary.io) .
48
+ 1 . Make sure you are a registered user of [ Apiary] ( https ://apiary.io) .
49
49
2 . Retrieve API key (token) on [ this page] ( https://login.apiary.io/tokens ) .
50
50
3 . Export it as an environment variable:
51
51
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
15
15
gem . description = 'Apiary.io CLI'
16
16
gem . summary = 'Apiary.io CLI'
17
- gem . homepage = 'http ://apiary.io'
17
+ gem . homepage = 'https ://apiary.io'
18
18
gem . license = 'MIT'
19
19
20
20
gem . files = `git ls-files` . split ( $OUTPUT_RECORD_SEPARATOR)
You can’t perform that action at this time.
0 commit comments