diff --git a/dox/dev_guides/tests/tests.md b/dox/dev_guides/tests/tests.md
index 476a233360..e38a3a4713 100644
--- a/dox/dev_guides/tests/tests.md
+++ b/dox/dev_guides/tests/tests.md
@@ -1290,8 +1290,8 @@ Allowed options are:
* -s AREA: command sprops, computes the mass properties of all faces with a surface density of 1
* -v VOLUME: command vprops, computes the mass properties of all solids with a density of 1
* -eps EPSILON: the epsilon defines relative precision of computation
- * -equal SHAPE: compare area\volume\length of input shapes. Puts error if its are not equal
- * -notequal SHAPE: compare area\volume\length of input shapes. Puts error if its are equal
+ * -equal SHAPE: compare area/volume/length of input shapes. Puts error if its are not equal
+ * -notequal SHAPE: compare area/volume/length of input shapes. Puts error if its are equal
Options -l, -s and -v are independent and can be used in any order. Tolerance epsilon is the same for all options.
diff --git a/dox/user_guides/ocaf/ocaf.md b/dox/user_guides/ocaf/ocaf.md
index 6316531c4b..942f1cfd74 100644
--- a/dox/user_guides/ocaf/ocaf.md
+++ b/dox/user_guides/ocaf/ocaf.md
@@ -714,7 +714,7 @@ setenv CSF_NewFormatDefaults MyApplicationPath/MyResources
Once these steps are taken you may run your application, create documents and Save/Open them. These resource files already exist in the OCAF (format "Standard").
-If you use your specific attributes from packages, for example, P-, M- and *TMyAttributePackage* (see @ref occt_ocaf_3_4_6 "Specific attribute creation") you must take some additional steps for the new plugin implementation:
+If you use your specific attributes from packages, for example, P-, M- and *TMyAttributePackage* (see @ref occt_ocaf_3_5_6 "Specific attribute creation") you must take some additional steps for the new plugin implementation:
1. Add our *P* package to the standard schema. You can get an already existing (in Open CASCADE Technology sources) schema from *StdSchema* unit and add your package string to the cdl-file: package *PMyAttributePackage*.
2. The next step consists in the implementation of an executable, which will connect our documents to our application and open/save them. Copy the package *PAppStdPlugin* and change its name to *MyTheBestApplicationPlugin*. In the *PLUGIN* macros type the name of your factory, which will be defined at the next step.
diff --git a/dox/user_guides/visualization/visualization.md b/dox/user_guides/visualization/visualization.md
index 742be21def..8fd3d17c22 100644
--- a/dox/user_guides/visualization/visualization.md
+++ b/dox/user_guides/visualization/visualization.md
@@ -99,8 +99,8 @@ aContext -> Display(anAis);
The shape is created using the *BRepPrimAPI_MakeWedge* command. An *AIS_Shape* is then created from the shape. When calling the *Display* command, the interactive context calls the Compute method of the presentable object to calculate the presentation data and transfer it to the viewer. See figure below.
-@image html visualization_image004.png "Processes involved in displaying a presentable shape"
-@image latex visualization_image004.png "Processes involved in displaying a presentable shape"
+@image html visualization_image004.svg "Processes involved in displaying a presentable shape"
+@image latex visualization_image004.svg "Processes involved in displaying a presentable shape"
@subsection occt_visu_2_2 Selection