From 41fd6084f5a8874da3834e1c55010fbcf80ae118 Mon Sep 17 00:00:00 2001 From: chenp Date: Sat, 26 Jun 2021 10:36:12 +0800 Subject: [PATCH] demo01 --- samples/demo01.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/demo01.md b/samples/demo01.md index 15335cd..f9febff 100644 --- a/samples/demo01.md +++ b/samples/demo01.md @@ -14,7 +14,7 @@ export_on_save: ```plantuml @startuml -!include ../puml/core.puml +!include https://deep-tek.com/puml/core.puml 用户 -> 认证中心: 登录操作 认证中心 -> 缓存: 存放(key=token+ip,value=token)token @@ -72,8 +72,8 @@ public void fun() { ```plantuml @startuml container-diagram -!include ../puml/C4_Component.puml -!include ../puml/core.puml +!include https://deep-tek.com/puml/C4_Component.puml +!include https://deep-tek.com/puml/core.puml LAYOUT_TOP_DOWN() 'LAYOUT_AS_SKETCH()