From 6a24488ca847dea215ad70101a22f3ebf67ba79a Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 20 Nov 2018 14:10:24 -0700 Subject: [PATCH] Relative links don't work in DocGist So revert that change... --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index c2e94ca8..25296b46 100644 --- a/README.adoc +++ b/README.adoc @@ -1512,6 +1512,6 @@ or http://developer.okta.com[authentication with Okta], this section is for you! I've created branches to show how to integrate each of these libraries. Click on the links below to see each branch's documentation. -* link:../../tree/angular-material#bonus-angular-material[Angular Material] -* link:../../tree/bootstrap4#bonus-bootstrap[Bootstrap 4] -* link:../../tree/okta#bonus-okta[Authentication with Okta] +* https://github.com/mraible/ng-demo/tree/angular-material#bonus-angular-material[Angular Material] +* https://github.com/mraible/ng-demo/tree/bootstrap4#bonus-bootstrap[Bootstrap 4] +* https://github.com/mraible/ng-demo/tree/okta#bonus-okta[Authentication with Okta]