From a069580026fa2447be477267f1aeb2d8f3659fde Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 19 Dec 2018 03:01:50 +0100
Subject: [PATCH] Fixes for macOS BYOD after QA

---
 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 2f63f90..afb76cd 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
   <meta charset="UTF-8">
   <title>DevOps Culture & Practice</title>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
-  <meta name="description" content="Training material for the Red Hat Open Innovation Labs">
+  <meta name="description" content="Training material for the Red Hat DevOps Culture & Practice Course">
   <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
   <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
   <link rel="stylesheet" href="./custom.css">
@@ -16,7 +16,7 @@
   <script>
     window.$docsify = {
       name: 'DevOps Culture & Practice Lab Exercises',
-      repo: 'https://github.com/rht-labs/enablement-docs',
+      repo: 'https://github.com/RedHatTraining/rht-labs-docs',
       loadSidebar: true,
       subMaxLevel: 5,
       auto2top: true,

--
Gitblit v1.9.3