diff --git a/app.rb b/app.rb
index aedb5b9aa6354cd5e1b37ae91b0dc5a06de29523..08ab46d4a95f10e88a0a78a58788b107ce6c3adc 100644
--- a/app.rb
+++ b/app.rb
@@ -51,9 +51,8 @@ before do
   @title = 'UNL Resource Scheduler'
   @breadcrumbs = [
     {
-      :href => 'http://www.unl.edu/',
-      :text => 'UNL',
-      :title => 'University of Nebraska–Lincoln'
+      :href => 'https://www.unl.edu/',
+      :text => 'Nebraska',
     },
     {
       :href => '/',
@@ -192,4 +191,4 @@ get '/kiosk-logout/' do
   }
 end
 
-Dir.glob("#{ROOT}/routes/*.rb") { |file| require file }
\ No newline at end of file
+Dir.glob("#{ROOT}/routes/*.rb") { |file| require file }
diff --git a/views/template_partials/footer.erb b/views/template_partials/footer.erb
index 4ce4674348a90de65f0ae0fe8b16291a9f8cff29..7b0015e1af24a08e4827be7ea185bbc46e9bf2d5 100644
--- a/views/template_partials/footer.erb
+++ b/views/template_partials/footer.erb
@@ -1,7 +1,7 @@
 <nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading">
   <div class="">
     <h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-1-heading">About UNL Resource Scheduler</h3>
-    <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group at Nebraska</a>. DXG is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p>
+    <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group</a> at <a href="http://www.unl.edu/">Nebraska</a>. DXG is part of <a href="https://ucomm.unl.edu/">University Communication &amp; Marketing</a>.</p>
 </div>
 </nav>
 <nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading">
@@ -12,4 +12,4 @@
     <li><a href="https://ucomm.unl.edu/">University Communication</a></li>
     <li><a href="https://its.unl.edu/">Information Technology Services</a></li>
   </ul>
-</nav>
\ No newline at end of file
+</nav>