From 099bf0eb02a2bcf93bbc92e397ac5d630af2aee6 Mon Sep 17 00:00:00 2001 From: Isaac Vetter Date: Fri, 2 Feb 2024 07:55:48 -0600 Subject: [PATCH] correct image href paths also rename alt text of Ordering Flow Diagrams --- docs/hooks/order-select.md | 2 +- docs/hooks/order-sign.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/hooks/order-select.md b/docs/hooks/order-select.md index d555fb2e..23d8a813 100644 --- a/docs/hooks/order-select.md +++ b/docs/hooks/order-select.md @@ -16,7 +16,7 @@ This hook occurs when a clinician initially selects one or more new orders from This hook is intended to replace (deprecate) the medication-prescribe hook. -![CDS Hooks Overview](../../images/orderingflow.png) +![Ordering Flow Diagram](../images/orderingflow.png) ## Context diff --git a/docs/hooks/order-sign.md b/docs/hooks/order-sign.md index 37ef338c..a1514c72 100644 --- a/docs/hooks/order-sign.md +++ b/docs/hooks/order-sign.md @@ -21,8 +21,7 @@ mixture of new and revised orders. This hook is intended to replace (deprecate) the `medication-prescribe` and `order-review` hooks. -![CDS Hooks Overview](../../images/orderingflow.png) - +![Ordering Flow Diagram](../images/orderingflow.png) ## Context