From d4e8114130bd97ad280f85568e9feeb93c27cd53 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Wed, 17 Dec 2025 00:53:59 +0000 Subject: [PATCH] readme: use a local copy of the CRIU logo The README currently uses an external link to criu.org for the embedded CRIU logo. Loading this URL when viewing the README on GitHub sometimes fails with "Error Fetching Resource". Using a local copy of the logo fixes this issue. Signed-off-by: Radostin Stoyanov --- Documentation/logo.svg | 136 +++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 Documentation/logo.svg diff --git a/Documentation/logo.svg b/Documentation/logo.svg new file mode 100644 index 000000000..f713e72b7 --- /dev/null +++ b/Documentation/logo.svg @@ -0,0 +1,136 @@ + + + + + + + diff --git a/README.md b/README.md index f578e745c..6e2a0de9e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CircleCI](https://circleci.com/gh/checkpoint-restore/criu.svg?style=svg)]( https://circleci.com/gh/checkpoint-restore/criu) -

+

## CRIU -- A project to implement checkpoint/restore functionality for Linux