Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
minor #248 Fix links in docs (bocharsky-bw)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.1-dev branch.

Discussion
----------

Fix links in docs

Refactor some existent and add a few new links.

Commits
-------

c0b2f1d Fix links in docs
  • Loading branch information
fabpot committed Nov 15, 2016
2 parents 3a84d58 + c0b2f1d commit 9d35ba5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.rst
Expand Up @@ -96,9 +96,8 @@ Submit forms:
More Information
----------------

Read the documentation of the BrowserKit and `DomCrawler
<http://symfony.com/doc/current/components/dom_crawler.html>`_ Symfony Components
for more information about what you can do with Goutte.
Read the documentation of the `BrowserKit`_ and `DomCrawler`_ Symfony
Components for more information about what you can do with Goutte.

Pronunciation
-------------
Expand All @@ -110,7 +109,7 @@ Technical Information

Goutte is a thin wrapper around the following fine PHP libraries:

* Symfony Components: BrowserKit, CssSelector and DomCrawler;
* Symfony Components: `BrowserKit`_, `CssSelector`_ and `DomCrawler`_;

* `Guzzle`_ HTTP Component.

Expand All @@ -120,4 +119,7 @@ License
Goutte is licensed under the MIT license.

.. _`Composer`: http://getcomposer.org
.. _`Guzzle`: http://docs.guzzlephp.org
.. _`Guzzle`: http://docs.guzzlephp.org
.. _`BrowserKit`: http://symfony.com/components/BrowserKit
.. _`DomCrawler`: http://symfony.com/doc/current/components/dom_crawler.html
.. _`CssSelector`: http://symfony.com/doc/current/components/css_selector.html

0 comments on commit 9d35ba5

Please sign in to comment.