diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index c7524b11d28..8e1e0a81b20 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -58,11 +58,9 @@ Creating a Pull Request Following the example, the pull request will default to be between your ``improving_foo_and_bar`` branch and the ``symfony-docs`` ``master`` branch. -.. image:: /images/docs-pull-request.png - :align: center - If you have made your changes based on the 2.2 branch then you need to change -the base branch to be 2.2 on the preview page: +the base branch to be 2.2 on the preview page by clicking the ``edit`` button +on the top left: .. image:: /images/docs-pull-request-change-base.png :align: center diff --git a/images/docs-pull-request-change-base.png b/images/docs-pull-request-change-base.png index 64e9423e363..d824e8ef1bc 100644 Binary files a/images/docs-pull-request-change-base.png and b/images/docs-pull-request-change-base.png differ diff --git a/images/docs-pull-request.png b/images/docs-pull-request.png deleted file mode 100644 index 7ec199ec312..00000000000 Binary files a/images/docs-pull-request.png and /dev/null differ