8000 minor #52098 Fix markdown in README files (OskarStark) · symfony/symfony@9410515 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9410515

Browse files
minor #52098 Fix markdown in README files (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- Fix markdown in README files | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | -- | License | MIT Commits ------- c4da3f9 Fix markdown in README files
2 parents 364cdce + c4da3f9 commit 9410515

File tree

10 files changed

+61
-62
lines changed

10 files changed

+61
-62
lines changed

src/Symfony/Component/HtmlSanitizer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $sanitizer->sanitizeFor('section', $userInput); // Will sanitize as body
109109
Resources
110110
---------
111111

112-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
113-
* [Report issues](https://github.com/symfony/symfony/issues) and
114-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
115-
in the [main Symfony repository](https://github.com/symfony/symfony)
112+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
113+
* [Report issues](https://github.com/symfony/symfony/issues) and
114+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
115+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Mailer/Bridge/MailerSend/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MAILER_DSN=mailersend+smtp://$MAILERSEND_SMTP_USERNAME:$MAILERSEND_SMTP_PASSWORD
1515
Resources
1616
---------
1717

18-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
19-
* [Report issues](https://github.com/symfony/symfony/issues) and
20-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
21-
in the [main Symfony repository](https://github.com/symfony/symfony)
18+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
19+
* [Report issues](https://github.com/symfony/symfony/issues) and
20+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
21+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Bandwidth/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT
1212

1313
where:
1414

15-
- `USERNAME` is your Bandwidth username
16-
- `PASSWORD` is your Bandwidth password
17-
- `FROM` is your sender
18-
- `ACCOUNT_ID` is your account ID
19-
- `APPLICATION_ID` is your application ID
20-
- `PRIORITY` is your priority (optional)
15+
- `USERNAME` is your Bandwidth username
16+
- `PASSWORD` is your Bandwidth password
17+
- `FROM` is your sender
18+
- `ACCOUNT_ID` is your account ID
19+
- `APPLICATION_ID` is your application ID
20+
- `PRIORITY` is your priority (optional)
2121

2222
Adding Options to a Message
2323
---------------------------
@@ -50,7 +50,7 @@ $texter->send($sms);
5050
Resources
5151
---------
5252

53-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
54-
* [Report issues](https://github.com/symfony/symfony/issues) and
55-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
56-
in the [main Symfony repository](https://github.com/symfony/symfony)
53+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
54+
* [Report issues](https://github.com/symfony/symfony/issues) and
55+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
56+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Brevo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See more info at https://developers.brevo.com/reference/sendtransacsms
2020
Resources
2121
---------
2222

23-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
24-
* [Report issues](https://github.com/symfony/symfony/issues) and
25-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
26-
in the [main Symfony repository](https://github.com/symfony/symfony)
23+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
24+
* [Report issues](https://github.com/symfony/symfony/issues) and
25+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
26+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/GoIp/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT
1414

1515
where:
1616

17-
- `USERNAME` GoIP Username
18-
- `PASSWORD` GoIP Password
19-
- `HOST` GoIP Hostname/IP-Address
20-
- `SIM_SLOT` SIM slot which will be used to send the messages (e.g. 1,
21-
9, 15, 2)
17+
- `USERNAME` GoIP Username
18+
- `PASSWORD` GoIP Password
19+
- `HOST` GoIP Hostname/IP-Address
20+
- `SIM_SLOT` SIM slot which will be used to send the messages (e.g. 1, 9, 15, 2)
2221

2322
Resources
2423
---------

src/Symfony/Component/Notifier/Bridge/Plivo/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM
1212

1313
where:
1414

15-
- `AUTH_ID` is your Plivo Auth ID
16-
- `AUTH_TOKEN` is your Plivo Auth Token
17-
- `FROM` is your sender
15+
- `AUTH_ID` is your Plivo Auth ID
16+
- `AUTH_TOKEN` is your Plivo Auth Token
17+
- `FROM` is your sender
1818

1919
Adding Options to a Message
2020
---------------------------
@@ -48,7 +48,7 @@ $texter->send($sms);
4848
Resources
4949
---------
5050

51-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
52-
* [Report issues](https://github.com/symfony/symfony/issues) and
53-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
54-
in the [main Symfony repository](https://github.com/symfony/symfony)
51+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
52+
* [Report issues](https://github.com/symfony/symfony/issues) and
53+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
54+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Pushover/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default
1212

1313
where:
1414

15-
- `USER_KEY` is your user/group key (or that of your target user), viewable when logged into your Pushover's dashboard
16-
- `APP_TOKEN` is your application's API token
15+
- `USER_KEY` is your user/group key (or that of your target user), viewable when logged into your Pushover's dashboard
16+
- `APP_TOKEN` is your application's API token
1717

1818
Resources
1919
---------
2020

21-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
22-
* [Report issues](https://github.com/symfony/symfony/issues) and
23-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
24-
in the [main Symfony repository](https://github.com/symfony/symfony)
21+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
22+
* [Report issues](https://github.com/symfony/symfony/issues) and
23+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
24+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Redlink/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=SENDER_NAME&version=VERSI
1212

1313
where:
1414

15-
- `API_TOKEN` is your user API token, you can get it from the user dashboard
16-
- `APP_TOKEN` is your application's API token
17-
- `SENDER_NAME` is sender ID that was previously added through the user dashboard
18-
- `VERSION` is API version that you want to use, ex. v2.1, optional
15+
- `API_TOKEN` is your user API token, you can get it from the user dashboard
16+
- `APP_TOKEN` is your application's API token
17+
- `SENDER_NAME` is sender ID that was previously added through the user dashboard
18+
- `VERSION` is API version that you want to use, ex. v2.1, optional
1919

2020
Resources
2121
---------
2222

23-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
24-
* [Report issues](https://github.com/symfony/symfony/issues) and
25-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
26-
in the [main Symfony repository](https://github.com/symfony/symfony)
23+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
24+
* [Report issues](https://github.com/symfony/symfony/issues) and
25+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
26+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Scheduler/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Provides scheduling through Symfony Messenger.
66
Resources
77
---------
88

9-
* [Documentation](https://symfony.com/doc/current/scheduler.html)
10-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11-
* [Report issues](https://github.com/symfony/symfony/issues) and
12-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13-
in the [main Symfony repository](https://github.com/symfony/symfony)
9+
* [Documentation](https://symfony.com/doc/current/scheduler.html)
10+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11+
* [Report issues](https://github.com/symfony/symfony/issues) and
12+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Translation/Bridge/Phrase/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject
1313

1414
**DSN elements**
1515

16-
- `PROJECT_ID`: can be retrieved in Phrase from `project settings > API > Project ID`
17-
- `API_TOKEN`: can be created in your [Phrase profile settings](https://app.phrase.com/settings/oauth_access_tokens)
18-
- `default`: endpoint, defaults to `api.phrase.com`
16+
- `PROJECT_ID`: can be retrieved in Phrase from `project settings > API > Project ID`
17+
- `API_TOKEN`: can be created in your [Phrase profile settings](https://app.phrase.com/settings/oauth_access_tokens)
18+
- `default`: endpoint, defaults to `api.phrase.com`
1919

2020
**Required DSN query parameters**
2121

22-
- `userAgent`: please read [this](https://developers.phrase.com/api/#overview--identification-via-user-agent) for some examples.
22+
- `userAgent`: please read [this](https://developers.phrase.com/api/#overview--identification-via-user-agent) for some examples.
2323

2424
See [fine tuning your Phrase api calls](#fine-tuning-your-phrase-api-calls) for additional DSN options.
2525

@@ -83,8 +83,8 @@ This provider uses the following default values for read and write requests. All
8383
Resources
8484
---------
8585

86-
* [Phrase strings API documentation](https://developers.phrase.com/api/#overview)
87-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
88-
* [Report issues](https://github.com/symfony/symfony/issues) and
89-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
90-
in the [main Symfony repository](https://github.com/symfony/symfony)
86+
* [Phrase strings API documentation](https://developers.phrase.com/api/#overview)
87+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
88+
* [Report issues](https://github.com/symfony/symfony/issues) and
89+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
90+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)
0