This is an automated email from the ASF dual-hosted git repository.
guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new b4d779042f7 docs: fix Grafana dashboard image in Poor Man's API blog
(#1609)
b4d779042f7 is described below
commit b4d779042f70e45c8ad0d9d61151093ef5145a39
Author: Yilin Zeng <[email protected]>
AuthorDate: Thu Jun 8 18:30:55 2023 +0800
docs: fix Grafana dashboard image in Poor Man's API blog (#1609)
---
blog/en/blog/2022/11/23/poor-man-api.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/en/blog/2022/11/23/poor-man-api.md
b/blog/en/blog/2022/11/23/poor-man-api.md
index b75633ceefa..c8feaf45fe9 100644
--- a/blog/en/blog/2022/11/23/poor-man-api.md
+++ b/blog/en/blog/2022/11/23/poor-man-api.md
@@ -36,7 +36,7 @@ Instead of writing our REST API, we use the PostgREST
component:
Let's apply it to a simple use case. Here's a `product` table that I want to
expose via a CRUD API:
-![Product table]https://blog.frankel.ch/assets/generated/poor-man-api/table.svg
+
Note that you can find the whole source code on
[GitHub](https://github.com/ajavageek/poor-man-api) to follow along.
@@ -345,7 +345,7 @@ curl http://apisix:9080/apisix/admin/global_rules/2 -H
'X-API-KEY: 123xyz' -X PU
Send a couple of queries and open the Grafana dashboard. It should look
similar to this:
-![Grafana
dashboard]https://blog.frankel.ch/assets/resources/poor-man-api/grafana.jpg
+
## Conclusion