Skip to content

Commit c5882ec

Browse files
committed
minor symfony#9114 Fixed the syntax of some internal references (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed the syntax of some internal references Travis is displaying some errors (https://travis-ci.org/symfony/symfony-docs/builds/332175270). Let's see if this fixes them. Commits ------- f333cea Fixed the syntax of some internal references
2 parents 5f59941 + f333cea commit c5882ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/cache/adapters/doctrine_adapter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Cache Pool
33
single: Doctrine Cache
44

5-
.. _`doctrine-adapter`:
5+
.. _doctrine-adapter:
66

77
Doctrine Cache Adapter
88
======================

components/cache/adapters/pdo_doctrine_dbal_adapter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Cache Pool
33
single: PDO Cache, Doctrine DBAL Cache
44

5-
.. _`pdo-doctrine-adapter`:
5+
.. _pdo-doctrine-adapter:
66

77
PDO & Doctrine DBAL Cache Adapter
88
=================================

components/cache/adapters/redis_adapter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Cache Pool
33
single: Redis Cache
44

5-
.. _`redis-adapter`:
5+
.. _redis-adapter:
66

77
Redis Cache Adapter
88
===================

0 commit comments

Comments
 (0)