From 0a2e92a9db86bd7e2c1a5aab9ea41da623938cc5 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 25 Jun 2021 14:46:13 -0400 Subject: [PATCH] update versions (#144) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 9154a1c..9da89d4 100644 --- a/README.adoc +++ b/README.adoc @@ -15,7 +15,7 @@ :page-tags: ['MicroProfile'] :page-permalink: /guides/{projectid} :page-related-guides: ['cdi-intro', 'microprofile-opentracing-jaeger'] -:common-includes: https://raw.githubusercontent.com/OpenLiberty/guides-common/master +:common-includes: https://raw.githubusercontent.com/OpenLiberty/guides-common/prod :page-seo-title: Enabling distributed tracing in Java microservices using Eclipse MicroProfile OpenTracing and the Zipkin tracing system. :page-seo-description: A getting started tutorial and an example on how to enable distributed tracing in Java microservices to easily trace request flows that span multiple resources by using MicroProfile OpenTracing and Zipkin tracing system. :source-highlighter: prettify