Skip to content

Commit dd79287

Browse files
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://www.amqp.org with 1 occurrences migrated to: https://www.amqp.org ([https](https://www.amqp.org) result 200).
1 parent 63d20f5 commit dd79287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/amqp0-9-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
131131
Links to full AMQP specification:
132132
=================================
133-
http://www.amqp.org
133+
https://www.amqp.org
134134
-->
135135

136136
<!--

0 commit comments

Comments
 (0)