fix/remove absolute path in image tags
This commit is contained in:
parent
103d775bf0
commit
512ded9c6e
1 changed files with 5 additions and 5 deletions
|
@ -38,17 +38,17 @@ We worked hard to make the upgrade process to `Pico 1.0.0` as easy as possible -
|
|||
Usually you don't have to consider anything special, nevertheless you should always make sure you __create a backup of your Pico installation before upgrading__.
|
||||
|
||||
#### 1. The first step is to delete all of Picos files except for your __`content`__ directory, __`config.php`__ (or `config/config.php`) and, if applicable, the directory of your custom __`theme`__, and provided that you're using plugins, also keep the __`plugins`__ directory.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
#### 2. You can then upload `Pico 1.0.0` to your installation directory.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
>Please refer to the websites of the plugins you're using to get updates for them.
|
||||
|
||||
#### 3. Move your `config.php` to the new `config/` directory.
|
||||

|
||||

|
||||
|
||||
#### 4. URL Rewriting became optional in `Pico 1.0.0` If you don't use the `.htaccess` file provided by Pico, you must update your rewriting rules to let the webserver rewrite internal links (e.g. `index.php?sub/page`) correctly. You need not update your markdown files or custom Twig templates if you keep URL rewriting enabled. Otherwise you have to change all internal links in markdown files (e.g. `%base_url%?sub/page`) and your custom Twig templates (e.g. (e.g. `{{ "sub/page"|link }}`)).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue