Commit f4d67de1c94cbfd83bd5ad2e015f7dfee2ebc04b

Authored by Josafá Filho
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 7 rm -f src/wp/index.php
8 8 ln -s wp/wp-admin src/wp-admin
9 9 ln -s wp/wp-includes src/wp-includes
10   -ln -s ../docs docs
11 10 \ No newline at end of file
  11 +ln -s ../docs src/docs
12 12 \ No newline at end of file
... ...