Skip to content

Commit

Permalink
Fix faker php urls (#671)
Browse files Browse the repository at this point in the history
Faker now lives on fakerphp.org instead of fakerphp.github.io.

The github domain also has a weird issue where it redirects
to the http page of faker rather than https

Co-authored-by: gertdepagter <gertdepagter@sofios.nl>
  • Loading branch information
BackEndTea and BackEndTea authored Jul 5, 2024
1 parent 7719b0d commit 49f5e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ Sequences help to create different objects in one call:
Faker
~~~~~

This library provides a wrapper for `FakerPHP <https://fakerphp.github.io/>`_ to help with generating
This library provides a wrapper for `FakerPHP <https://fakerphp.org/>`_ to help with generating
random data for your factories:

::
Expand All @@ -505,8 +505,8 @@ random data for your factories:

.. note::

You can customize Faker's `locale <https://fakerphp.github.io/#localization>`_ and random
`seed <https://fakerphp.github.io/#seeding-the-generator>`_:
You can customize Faker's `locale <https://fakerphp.org/#localization>`_ and random
`seed <https://fakerphp.org/#seeding-the-generator>`_:

.. code-block:: yaml
Expand Down

0 comments on commit 49f5e1d

Please sign in to comment.