diff --git a/howtos/vs2017_cmake.rst b/howtos/vs2017_cmake.rst
index 13227fc70a66..5fe76c1925f6 100644
--- a/howtos/vs2017_cmake.rst
+++ b/howtos/vs2017_cmake.rst
@@ -154,16 +154,13 @@ Using tasks with tasks.vs.json
Another alternative is using file `tasks `_
feature of Visual Studio 2017. This way you can install dependencies by running :command:`conan install` as task directly in the IDE.
-All you need is to right click on your *conanfile.py*-> Configure Tasks (see the
+All you need is to right click on your *conanfile.py* -> Configure Tasks (see the
`link above `_) and add the
following to your *tasks.vs.json*.
.. warning::
- The file *tasks.vs.json* is added to your local *.vs* folder so it is not supposed to be added to your version control system. There is
- also a feature
- `request `_
- to improve this process.
+ The file *tasks.vs.json* is added to your local *.vs* folder so it is not supposed to be added to your version control system.
.. code-block:: text
:emphasize-lines: 7,9,16,18
diff --git a/reference/conanfile/attributes.rst b/reference/conanfile/attributes.rst
index 7900dbaad76c..0ada60bf24c6 100644
--- a/reference/conanfile/attributes.rst
+++ b/reference/conanfile/attributes.rst
@@ -743,7 +743,7 @@ It tells Conan to workaround the limitation of 260 chars in Windows paths.
.. important::
Since Windows 10 (ver. 10.0.14393), it is possible to `enable long paths at the system level
- `_.
+ `_.
Latest python 2.x and 3.x installers enable this by default. With the path limit removed both on the OS
and on Python, the ``short_paths`` functionality becomes unnecessary, and may be disabled explicitly
through the ``CONAN_USER_HOME_SHORT`` environment variable.