Skip to content

Commit 4b18b47

Browse files
committed
docs(quickstart): Fix admonition
1 parent 63a91b9 commit 4b18b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ $ pip install --user -e git+https://github.com/vcs-python/vcspull.git#egg=vcspul
2424

2525
## Configuration
2626

27-
:::{seealso}
27+
```{seealso}
2828
2929
{ref}`examples`.
3030
31-
:::
31+
```
3232

3333
We will check out the source code of [flask][flask] to `~/code/flask`.
3434

@@ -115,7 +115,7 @@ $ vcspull "git+https://*bitbucket*"
115115
Filter by the path of the repo on your local machine:
116116

117117
Any repo beginning with `/`, `./`, `~` or `$HOME` will scan
118-
for patterns of where the project is on your system[
118+
for patterns of where the project is on your system:
119119

120120
```{code-block} bash
121121

0 commit comments

Comments
 (0)