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

#1351: Update the broken links with correct links [SKIP CI] #1418

Merged
merged 1 commit into from
Jun 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vSphere Docker Volume Service (vDVS) enables customers to address persistent sto
To read more about code development and testing please read
[CONTRIBUTING.md](https://github.com/vmware/docker-volume-vsphere/blob/master/CONTRIBUTING.md)
as well as the
[FAQ on the project site](https://vmware.github.io/docker-volume-vsphere/documentation/user-guide/faq/).
[FAQ on the project site](http://vmware.github.io/docker-volume-vsphere/documentation/faq.html).

## Detailed documentation

Expand Down Expand Up @@ -78,7 +78,7 @@ sudo rpm -ivh <name>.rpm # Photon or rpm based distros

## Using Docker CLI
Refer to [tenancy
documentation](http://vmware.github.io/docker-volume-vsphere/documentation/features/tenancy/) for setting up tenants.
documentation](http://vmware.github.io/docker-volume-vsphere/documentation/tenancy.html) for setting up tenants.
```
# To select datastore use --name=MyVolume@<Datastore Name>
$ docker volume create --driver=vsphere --name=MyVolume -o size=10gb
Expand Down