Skip to content

Commit

Permalink
Merge pull request kubevirt#695 from lukas-bednar/api-reference
Browse files Browse the repository at this point in the history
api-reference: update links to new location
  • Loading branch information
fabiand authored Feb 1, 2018
2 parents 8a77fdc + 69a43dd commit 99fa3ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/devel/offline-virtual-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ get the list of all OfflineVirtualMachines or get the concrete one. **DELETE**
removes the object from etcd and all its resources. If you want to update the
existing OfflineVirtualMachine object use **PUT** and if you want to change
an item inside the object use **PATCH**.
More details on the API are in the [documentation](https://kubevirt-incubator.github.io/api-reference/master/operations.html).
More details on the API are in the [documentation](https://kubevirt.github.io/api-reference/master/operations.html).

To data format used when communicating with the API is the JSON. The format is
set up the usual way by setting the Content-Type header to 'application/json'.
Expand Down Expand Up @@ -323,4 +323,4 @@ Since the whole KubeVirt is designed to be modular, this approach allows for
a more flexbility and less codebase in the core. Moreover it can be scaled
up separately if the need arise.

[VirtualMachine]: https://kubevirt-incubator.github.io/api-reference/master/definitions.html#_v1_virtualmachine
[VirtualMachine]: https://kubevirt.github.io/api-reference/master/definitions.html#_v1_virtualmachine
4 changes: 2 additions & 2 deletions hack/gen-swagger-doc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -e

GITHUB_FQDN=github.com
API_REF_REPO=kubevirt-incubator/api-reference
API_REF_REPO=kubevirt/api-reference
API_REF_DIR=/tmp/api-reference
GITHUB_IO_FQDN="https://kubevirt-incubator.github.io/api-reference"
GITHUB_IO_FQDN="https://kubevirt.github.io/api-reference"

TARGET_DIR="$TRAVIS_BRANCH"
if [ -n "${TRAVIS_TAG}" ]; then
Expand Down

0 comments on commit 99fa3ae

Please sign in to comment.