From 81fe9c179ff733612a4dcc6e81a7ec4c63b6b1bc Mon Sep 17 00:00:00 2001 From: Andrew Meserole Date: Sun, 18 Jun 2017 10:51:12 -0500 Subject: [PATCH] Fix Image Links in README (#288) Latest PR moving around the theme files broke the image links in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15dba4ee..23389c61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://raw.githubusercontent.com/CTFd/CTFd/master/CTFd/static/original/img/logo.png) +![](https://github.com/CTFd/CTFd/blob/master/CTFd/themes/original/static/img/logo.png?raw=true) ==== [![Build Status](https://travis-ci.org/CTFd/CTFd.svg?branch=master)](https://travis-ci.org/CTFd/CTFd) @@ -7,7 +7,7 @@ ## What is CTFd? CTFd is a Capture The Flag in a can. It's easy to customize with plugins and themes and has everything you need to run a jeopardy style CTF. -![CTFd is a CTF in a can.](https://github.com/CTFd/CTFd/raw/master/CTFd/static/original/img/scoreboard.png?raw=true) +![CTFd is a CTF in a can.](https://github.com/CTFd/CTFd/blob/master/CTFd/themes/original/static/img/scoreboard.png?raw=true) ## Install 1. `./prepare.sh` to install dependencies using apt.