Commit f4d67de1c94cbfd83bd5ad2e015f7dfee2ebc04b
1 parent
785408bf
Exists in
master
Corrige caminho do link para a pasta docs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
post-update.sh
@@ -7,4 +7,4 @@ cp config/index-vagrant.php src/index.php | @@ -7,4 +7,4 @@ cp config/index-vagrant.php src/index.php | ||
7 | rm -f src/wp/index.php | 7 | rm -f src/wp/index.php |
8 | ln -s wp/wp-admin src/wp-admin | 8 | ln -s wp/wp-admin src/wp-admin |
9 | ln -s wp/wp-includes src/wp-includes | 9 | ln -s wp/wp-includes src/wp-includes |
10 | -ln -s ../docs docs | ||
11 | \ No newline at end of file | 10 | \ No newline at end of file |
11 | +ln -s ../docs src/docs | ||
12 | \ No newline at end of file | 12 | \ No newline at end of file |