diff --git a/_i18n/en.yml b/_i18n/en.yml
index c3757305..183ff9e0 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -16,8 +16,10 @@ global:
   outdated: The content of this page is outdated and the might be not valid anymore. Contact the community if you need support.
   outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete. Please use the
   outdatedVersion: English version
-  upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade.
-  moreinfo: More info
+  upgradoct: Make sure your software is up-to-date with the
+  upgradeoctlink: "October 17th network upgrade."
+  upgrdecont: To continue using Monero after that date,
+  dwlsoftware: Download Monero 0.17 "Oxygen Orion".
   lang_tag: "@lang_tag_en"
 
 titles:
diff --git a/_includes/upgrade.html b/_includes/upgrade.html
index 49f885ca..e976e0c6 100644
--- a/_includes/upgrade.html
+++ b/_includes/upgrade.html
@@ -1,6 +1,6 @@
 <div class="upgrade-container">
    <input id="upgrade-toggle" type="checkbox">
    <div class="upgrade-content">
-        <p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/d884zt/preliminary_information_thread_regarding_the/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
+        <p>{% t global.upgradoct %} <a href="{{ site.baseurl}}/2020/08/18/network-upgrade-october-2020.html">{% t global.upgradeoctlink %}</a> {% t global.upgrdecont %} <a href="{{ site.baseurl}}/2020/09/17/monero-0.17-released.html">{% t global.dwlsoftware %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
     </div>
 </div>
diff --git a/_layouts/index.html b/_layouts/index.html
index b4e58a0e..8240dcb1 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -4,7 +4,7 @@
   {% include head.html %}
 
   <body>
-    <!-- {% include upgrade.html %} -->
+    {% include upgrade.html %}
     <div class="page-wrapper">
         {% include header.html %}
         {{content}}
diff --git a/css/custom.css b/css/custom.css
index d1d6d2c2..c229e365 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1156,7 +1156,7 @@ pre.highlight>code {
     z-index: 4;
     width: 100%;
     text-align: center;
-    color: #4c4c4c;
+    color: #171717;
     padding-bottom: 1.3rem;
     padding-top: 1.3rem;
     -moz-box-shadow: 0 2px 6px rgba(50,50,93,.1);
@@ -1167,8 +1167,13 @@ pre.highlight>code {
 }
 
 .upgrade-content a {
-    color: #4c4c4c;
+    color: #171717;
     font-size: 1.1rem;
+    border-bottom: 2px dotted;
+}
+
+.upgrade-content a:hover {
+  border-bottom: 1px solid;
 }
 
 .upgrade-content p {
@@ -1288,11 +1293,6 @@ label.upgrade-x {
     padding-bottom: 1rem;
 }
 
-.untranslated-link {
-    color: white;
-    text-decoration: underline;
-}
-
 .disclaimer-link {
     color: white;
     text-decoration: underline;