Skip to content

Commit 90cd90a

Browse files
committed
Update readme for 7.0
1 parent 62f92cb commit 90cd90a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Links are formatted this way:
77
- [{{ title }} - [{{lowercase.domain.name}}]({{url}})
88
```
99

10-
When adding links to the Symfony documentation, please use the 6.0 version instead of current.
10+
When adding links to the Symfony documentation, please use the 7.0 version instead of current.
1111

1212
You can add new links below the current headings. Please do not add new headings,
1313
unless there are new ones on [the official page](https://certification.symfony.com/exams/symfony.html).

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When looking for a guide to prepare myself for a Symfony certification, I couldn
77
this project to help people find everything they need.
88

99
The exam topics in the table of contents below are copied from the
10-
**[official exam topics](https://certification.symfony.com/)**.
10+
**[official exam topics](https://certification.symfony.com/exams/symfony.html)**.
1111

1212
## Community
1313
If you're looking for other people who are interested in (or have) certification. Please check the #certification channel
@@ -16,7 +16,7 @@ at the Symfony Devs Slack. [Request an invitation here](https://symfony.com/slac
1616
If you have information to add, PR\'s are welcome! For more information refer to [Contributing page](contributing.md).
1717

1818
## Older certifications
19-
The master branch contains information for the **6.0** certification. For earlier versions, please see the other branches.
19+
The master branch contains information for the **7.0** certification. For earlier versions, please see the other branches.
2020

2121
## Table of Contents
2222

topics/miscellaneous.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ title: Miscellaneous
6767
- [Internationalization - symfony.com](https://symfony.com/doc/7.0/best_practices.html#internationalization)
6868
- [Translations - symfony.com](https://symfony.com/doc/7.0/translation.html)
6969
- [Localizing an Application - symfony.com](https://symfony.com/doc/current/the-fast-track/en/28-intl.html)
70-
- [The Intl Component - symfony.com](https://symfony.com/doc/current/components/intl.html)
70+
- [The Intl Component - symfony.com](https://symfony.com/doc/7.0/components/intl.html)
7171

7272
## Runtime component
7373
- [The Runtime Component - symfony.com](https://symfony.com/doc/7.0/components/runtime.html)

topics/security.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title: Security
2020
- [Security - symfony.com](https://symfony.com/doc/7.0/security.html)
2121

2222
## Providers
23-
- [How to Write a Custom Authenticator - symfony.com](https://symfony.com/doc/current/security/custom_authenticator.html)
23+
- [How to Write a Custom Authenticator - symfony.com](https://symfony.com/doc/7.0/security/custom_authenticator.html)
2424
- [How to Create a custom User Provider - symfony.com](https://symfony.com/doc/7.0/security/user_providers.html#creating-a-custom-user-provider)
2525

2626
## Firewalls
@@ -37,7 +37,7 @@ title: Security
3737
- [Roles - symfony.com](https://symfony.com/doc/7.0/security.html#roles)
3838

3939
## Access Control Rules
40-
- [How Does the Security access_control Work? - symfony.com](https://symfony.com/doc/current/security/access_control.html)
40+
- [How Does the Security access_control Work? - symfony.com](https://symfony.com/doc/7.0/security/access_control.html)
4141

4242
## Authenticators
4343
- [Authenticating Users - symfony.com](https://symfony.com/doc/7.0/security.html#security-authenticators)

0 commit comments

Comments
 (0)