docs/api: add an explicit <br>

This commit is contained in:
Taylor Blau 2017-04-05 16:23:45 -06:00
parent 2572163f39
commit 2a1e63e4e9
2 changed files with 6 additions and 6 deletions

@ -6,8 +6,8 @@ The Batch API is used to request the ability to transfer LFS objects with the
LFS server. The Batch URL is built by adding `/objects/batch` to the LFS server
URL.
Git remote: https://git-server.com/foo/bar
LFS server: https://git-server.com/foo/bar.git/info/lfs
Git remote: https://git-server.com/foo/bar</br>
LFS server: https://git-server.com/foo/bar.git/info/lfs<br>
Batch API: https://git-server.com/foo/bar.git/info/lfs/objects/batch
See the [Server Discovery doc](./server-discovery.md) for more info on how LFS

@ -14,16 +14,16 @@ servers.
By default, Git LFS will append `.git/info/lfs` to the end of a Git remote url
to build the LFS server URL it will use:
Git Remote: `https://git-server.com/foo/bar`
Git Remote: `https://git-server.com/foo/bar`<br>
LFS Server: `https://git-server.com/foo/bar.git/info/lfs`
Git Remote: `https://git-server.com/foo/bar.git`
Git Remote: `https://git-server.com/foo/bar.git`<br>
LFS Server: `https://git-server.com/foo/bar.git/info/lfs`
Git Remote: `git@git-server.com:foo/bar.git`
Git Remote: `git@git-server.com:foo/bar.git`<br>
LFS Server: `https://git-server.com/foo/bar.git/info/lfs`
Git Remote: `ssh://git-server.com/foo/bar.git`
Git Remote: `ssh://git-server.com/foo/bar.git`<br>
LFS Server: `https://git-server.com/foo/bar.git/info/lfs`
## SSH