Merge lp:~ya-bo-ng/resource-centre/remove-versioned-links into lp:resource-centre

Proposed by Anthony Dillon
Status: Merged
Approved by: Jeff Pihach
Approved revision: 114
Merged at revision: 114
Proposed branch: lp:~ya-bo-ng/resource-centre/remove-versioned-links
Merge into: lp:resource-centre
Diff against target: 23 lines (+4/-4)
1 file modified
single.php (+4/-4)
To merge this branch: bzr merge lp:~ya-bo-ng/resource-centre/remove-versioned-links
Reviewer Review Type Date Requested Status
Canonical Website Editors Pending
Review via email: mp+412963@code.launchpad.net

Commit message

Remove versioned links to assets on ubuntu.com

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'single.php'
2--- single.php 2020-04-29 11:00:06 +0000
3+++ single.php 2021-12-09 19:05:43 +0000
4@@ -16,10 +16,10 @@
5 <script src="https://polyfill.io/v3/polyfill.min.js?features=URLSearchParams%2CArray.from%2CNodeList.prototype.forEach%2Cfetch%2CString.prototype.startsWith%2CElement.prototype.closest"></script>
6 <script src="https://assets.ubuntu.com/v1/4176b39e-serialize.js"></script>
7 <script src="https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit" defer></script>
8- <script src="https://ubuntu.com/static/js/build/main.min.js?v=b9ce682" defer></script>
9+ <script src="https://ubuntu.com/static/js/dist/main.js" defer></script>
10
11- <link rel="stylesheet" type="text/css" media="screen" href="https://ubuntu.com/static/css/styles.css?v=7f1ff52">
12- <link rel="stylesheet" type="text/css" media="print" href="https://ubuntu.com/static/css/print.css?v=92ca18c">
13+ <link rel="stylesheet" type="text/css" media="screen" href="https://ubuntu.com/static/css/styles.css">
14+ <link rel="stylesheet" type="text/css" media="print" href="https://ubuntu.com/static/css/print.css">
15 <script>performance.mark("Stylesheets finished")</script>
16
17 <link rel="canonical" href="https://snapcraft.io/blog/work-smart-not-hard-fun-applications-to-help-you-do-less-in-your-day">
18@@ -27,7 +27,7 @@
19 <link rel="shortcut icon" href="https://assets.ubuntu.com/v1/49a1a858-favicon-32x32.png" type="image/x-icon">
20 <link rel="apple-touch-icon" href="https://assets.ubuntu.com/v1/17b68252-apple-touch-icon-180x180-precomposed-ubuntu.png">
21
22- <link type="text/plain" rel="author" href="https://ubuntu.com/static/files/humans.txt?v=44f44f8">
23+ <link type="text/plain" rel="author" href="https://ubuntu.com/static/files/humans.txt">
24
25
26

Subscribers

People subscribed via source and target branches