From 60c7f517475b7bfb3139e3be0415556dfee16c6d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 25 Apr 2016 23:46:09 +0200 Subject: [PATCH] Move allocator images to correct directory --- {images => static/images}/linked-list-allocator/allocate.svg | 0 {images => static/images}/linked-list-allocator/deallocate.svg | 0 .../images}/linked-list-allocator/initialization.svg | 0 .../images}/linked-list-allocator/merge-holes-and-allocate.svg | 0 {images => static/images}/linked-list-allocator/overview.svg | 0 {images => static/images}/linked-list-allocator/split-hole.svg | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {images => static/images}/linked-list-allocator/allocate.svg (100%) rename {images => static/images}/linked-list-allocator/deallocate.svg (100%) rename {images => static/images}/linked-list-allocator/initialization.svg (100%) rename {images => static/images}/linked-list-allocator/merge-holes-and-allocate.svg (100%) rename {images => static/images}/linked-list-allocator/overview.svg (100%) rename {images => static/images}/linked-list-allocator/split-hole.svg (100%) diff --git a/images/linked-list-allocator/allocate.svg b/static/images/linked-list-allocator/allocate.svg similarity index 100% rename from images/linked-list-allocator/allocate.svg rename to static/images/linked-list-allocator/allocate.svg diff --git a/images/linked-list-allocator/deallocate.svg b/static/images/linked-list-allocator/deallocate.svg similarity index 100% rename from images/linked-list-allocator/deallocate.svg rename to static/images/linked-list-allocator/deallocate.svg diff --git a/images/linked-list-allocator/initialization.svg b/static/images/linked-list-allocator/initialization.svg similarity index 100% rename from images/linked-list-allocator/initialization.svg rename to static/images/linked-list-allocator/initialization.svg diff --git a/images/linked-list-allocator/merge-holes-and-allocate.svg b/static/images/linked-list-allocator/merge-holes-and-allocate.svg similarity index 100% rename from images/linked-list-allocator/merge-holes-and-allocate.svg rename to static/images/linked-list-allocator/merge-holes-and-allocate.svg diff --git a/images/linked-list-allocator/overview.svg b/static/images/linked-list-allocator/overview.svg similarity index 100% rename from images/linked-list-allocator/overview.svg rename to static/images/linked-list-allocator/overview.svg diff --git a/images/linked-list-allocator/split-hole.svg b/static/images/linked-list-allocator/split-hole.svg similarity index 100% rename from images/linked-list-allocator/split-hole.svg rename to static/images/linked-list-allocator/split-hole.svg