Documentation - Remove not required param in markdown

Remove not required ?raw=true parameter in markdown images.
This commit is contained in:
Jose Luis Osorno
2019-01-18 14:36:06 +01:00
parent 436b9a455a
commit 3661a06206
7 changed files with 28 additions and 28 deletions

View File

@@ -29,14 +29,14 @@ required dependencies, this task will finish relatively quickly. Otherwise, be p
Once the import is complete, a warning message may be displayed.
![Alt text](../docassets/images/sdk-dev-env-eclipse-warning.png?raw=true "Eclipse maven project import warning")
![Alt text](../docassets/images/sdk-dev-env-eclipse-warning.png "Eclipse maven project import warning")
4. Click `Resolve All Later` to complete the import task.
5. Check the Markers tab in the bottom panel, where you may see some Maven problems. Expand the list and right click on a item with an error, then select
`Quick Fix` and mark as shown.
![Alt text](../docassets/images/sdk-dev-env-eclipse-quickfix.png?raw=true "Eclipse maven project import quick fix")
![Alt text](../docassets/images/sdk-dev-env-eclipse-quickfix.png "Eclipse maven project import quick fix")
6. Click `Finish` to confirm the fix.

View File

@@ -17,11 +17,11 @@ easy steps.
1. Starting from IntelliJ IDEA, select `File > Open` from the main menu to open the Alfresco project. Alternatively, select `Import Project` if you're running
IntelliJ IDEA for the first time in your development environment.
![Alt text](../docassets/images/sdk-dev-env-intellij-import.png?raw=true "IntelliJ maven project import")
![Alt text](../docassets/images/sdk-dev-env-intellij-import.png "IntelliJ maven project import")
2. After the project is imported, you will see a window similar to the following:
![Alt text](../docassets/images/sdk-dev-env-intellij-finish.png?raw=true "IntelliJ maven project imported")
![Alt text](../docassets/images/sdk-dev-env-intellij-finish.png "IntelliJ maven project imported")
Once this is done, the project is successfully imported in IntelliJ IDEA.