File: readme-use-local-png.patch

package info (click to toggle)
generator-scripting-language 4.1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,424 kB
  • sloc: ansic: 106,060; cpp: 2,232; pascal: 762; sh: 535; xml: 424; makefile: 194
file content (16 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Luca Boccassi <bluca@debian.org>
Description: use locally installed PNG in README.md so that users can fully
 use the README without internet access.
Forwarded: no
Last-Update: 2017-08-31
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ GSL is an acronym for Generator Scriptin
 Read on to get you started with code generation!
 
 <center>
-<img src="http://github.com/imatix/gsl/raw/master/images/README_1.png" alt="1">
+<img src="/usr/share/doc/generator-scripting-language/README_1.png" alt="1">
 </center>
 
 ### Hello World