Skip to content

Commit a84b2c5

Browse files
committed
minor #6331 Rename DunglasApiBundle to ApiPlatform (sroze)
This PR was merged into the 2.7 branch. Discussion ---------- Rename DunglasApiBundle to ApiPlatform | Q | A | | --- | --- | | Doc fix? | yes | | New docs? | no | | Applies to | 2.7+ | /cc @dunglas Commits ------- 896b8a6 Rename DunglasApiBundle to ApiPlatform
2 parents 60cd462 + 896b8a6 commit a84b2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/serializer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ A service leveraging `APCu`_ (and APC for PHP < 5.5) is built-in.
218218
Going Further with the Serializer Component
219219
-------------------------------------------
220220

221-
`DunglasApiBundle`_ provides an API system supporting `JSON-LD`_ and `Hydra Core Vocabulary`_
221+
`ApiPlatform`_ provides an API system supporting `JSON-LD`_ and `Hydra Core Vocabulary`_
222222
hypermedia formats. It is built on top of the Symfony Framework and its Serializer
223223
component. It provides custom normalizers and a custom encoder, custom metadata
224224
and a caching system.
@@ -227,6 +227,6 @@ If you want to leverage the full power of the Symfony Serializer component,
227227
take a look at how this bundle works.
228228

229229
.. _`APCu`: https://github.com/krakjoe/apcu
230-
.. _`DunglasApiBundle`: https://github.com/dunglas/DunglasApiBundle
230+
.. _`ApiPlatform`: https://github.com/api-platform/core
231231
.. _`JSON-LD`: http://json-ld.org
232232
.. _`Hydra Core Vocabulary`: http://hydra-cg.com

0 commit comments

Comments
 (0)