From 3c7e0fe0ee32f140129c3b8bb34565c8e208ee9a Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 6 Jul 2024 13:28:48 +0200 Subject: [PATCH] Fix screenshot link in README --- README.md | 54 ++++++++++++++++++++++++++++-------------------------- README.org | 2 +- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 9367caa..b87dfe9 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@ # Table of Contents -1. [dev.metalisp.survey](#org2c36081) - 1. [Disclaimer](#org864fff2) - 2. [Introduction](#orgc445893) - 3. [Design Goals](#orgac8e79a) - 4. [Features](#orgd4d4415) - 5. [Dependencies](#orgaa0ed5a) - 6. [Mailing list](#orge1520e8) - 7. [Issue tracker](#org68a245b) - 8. [News Feed](#org850a549) - 9. [Installation instructions](#orge2b5daa) - 1. [With using Quicklisp](#org662f128) - 10. [Screenshot](#org51f3c3f) - 11. [License](#org57b6293) +1. [dev.metalisp.survey](#org62d1451) + 1. [Disclaimer](#org9c0b5eb) + 2. [Introduction](#org4a18a97) + 3. [Design Goals](#org405f166) + 4. [Features](#orge8ba89c) + 5. [Dependencies](#orgfd57770) + 6. [Mailing list](#org0fcc6b1) + 7. [Issue tracker](#org1761465) + 8. [News Feed](#org47d5635) + 9. [Installation instructions](#orgd4e3719) + 1. [With using Quicklisp](#org69bfc60) + 10. [Screenshot](#orgbd154ee) + 11. [License](#orgfaff42e) - + # dev.metalisp.survey Made with Love ❤️ and Common Lisp - + ## Disclaimer @@ -39,7 +39,7 @@ demands a proactive approach to handling any issues and ensuring the software meets organizational needs. - + ## Introduction @@ -59,7 +59,7 @@ tool for research projects, market research, and other sectors that require precise data collection and analysis. - + ## Design Goals @@ -86,7 +86,7 @@ precise data collection and analysis. accommodate users with varying needs and abilities. - + ## Features @@ -100,7 +100,7 @@ precise data collection and analysis. maintenance of the application. - + ## Dependencies @@ -108,33 +108,33 @@ precise data collection and analysis. - - + ## Mailing list - - + ## Issue tracker - - + ## News Feed - - + ## Installation instructions - + ### With using Quicklisp @@ -230,12 +230,14 @@ operating systems. (ql:quickload :dev.metalisp.survey) - + ## Screenshot +![img](https://git.sr.ht/~marcuskammer/dev.metalisp.survey/tree/main/item/screenshot.png) - + + ## License diff --git a/README.org b/README.org index fcd4806..ee99402 100644 --- a/README.org +++ b/README.org @@ -258,7 +258,7 @@ Quicklisp offers several advantages for Common Lisp development: (ql:quickload :dev.metalisp.survey) #+end_src ** Screenshot -[[screenshot.png]] +[[https://git.sr.ht/~marcuskammer/dev.metalisp.survey/tree/main/item/screenshot.png]] ** License MIT