From 3953a7edc71cc3bb715e8caa013e5441120e22fd Mon Sep 17 00:00:00 2001 From: Mukundan <30190448+Mukundan314@users.noreply.github.com> Date: Sun, 30 Sep 2018 21:38:14 +0530 Subject: [PATCH] Update links to images --- ui/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/README.md b/ui/README.md index 92b61de..0df1f28 100644 --- a/ui/README.md +++ b/ui/README.md @@ -44,14 +44,13 @@ This will automatically update problem and user data, if new problems have been ## Example Output -![](https://github.com/yjiao/codeforces-api/blob/master/ui/img_userProgress.png?raw=true =600x) +![userProgress](img_userProgress.png?raw=true=600x) +![histogram](img_histogram.png?raw=true=600x) -![](https://github.com/yjiao/codeforces-api/blob/master/ui/img_histogram.png?raw=true =600x) +![langTrend](img_langTrend.png?raw=true=600x) -![](https://github.com/yjiao/codeforces-api/blob/master/ui/img_langTrend.png?raw=true =600x) - -![](https://github.com/yjiao/codeforces-api/blob/master/ui/img_tags.png?raw=true =600x) +![tags](img_tags.png?raw=true=600x) Script output (note warnings in ggplot are normal): ``` @@ -98,4 +97,4 @@ Profile completed. Please open report.html to view your profile. ## History -2016 08 18: barebones version uploaded. \ No newline at end of file +2016 08 18: barebones version uploaded.