Skip to content

Commit 324a4b4

Browse files
committed
Improve links in contentEncoding and contentMediaType
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 568409b commit 324a4b4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

content/2020-12/content/contentEncoding.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@ MIME header used in conjunction with the
5555
[`Content-Type`](https://www.rfc-editor.org/rfc/rfc2045.html#section-5) header
5656
to transmit non-ASCII data over e-mail. For example, if you send a PNG image as
5757
an e-mail attachment, your e-mail client will likely send a multipart message
58-
that includes the Base64-encoded image, sets the `Content-Transfer-Encoding`
59-
header to `base64`, and sets the `Content-Type` header to `image/png`.
58+
that includes the Base64-encoded image, sets the
59+
[`Content-Transfer-Encoding`](https://www.rfc-editor.org/rfc/rfc2045.html#section-6)
60+
header to
61+
[`base64`](https://datatracker.ietf.org/doc/html/rfc2045#section-6.1), and sets
62+
the [`Content-Type`](https://www.rfc-editor.org/rfc/rfc2045.html#section-5)
63+
header to
64+
[`image/png`](https://www.iana.org/assignments/media-types/image/png).
6065

6166
{{</learning-more>}}
6267

content/2020-12/content/contentMediaType.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,13 @@ header used in conjunction with the
5757
[`Content-Transfer-Encoding`](https://www.rfc-editor.org/rfc/rfc2045.html#section-6)
5858
header to transmit non-ASCII data over e-mail. For example, if you send a PNG
5959
image as an e-mail attachment, your e-mail client will likely send a multipart
60-
message that includes the Base64-encoded image, sets the `Content-Type` header
61-
to `image/png`, and sets the `Content-Transfer-Encoding` header to `base64`.
60+
message that includes the Base64-encoded image, sets the
61+
[`Content-Type`](https://www.rfc-editor.org/rfc/rfc2045.html#section-5) header
62+
to [`image/png`](https://www.iana.org/assignments/media-types/image/png), and
63+
sets the
64+
[`Content-Transfer-Encoding`](https://www.rfc-editor.org/rfc/rfc2045.html#section-6)
65+
header to
66+
[`base64`](https://datatracker.ietf.org/doc/html/rfc2045#section-6.1).
6267

6368
{{</learning-more>}}
6469

0 commit comments

Comments
 (0)