File: 00-use-local-copy-of-screenshot.patch

package info (click to toggle)
find-file-in-project 5.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: lisp: 909; sh: 17; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Nicholas D Steeves <nsteeves@gmail.com>
Date: Sat, 19 Aug 2017 15:29:51 -0400
Subject: Use local copy of screenshot

Linking to remote image is a potential privacy violation, notwithstanding
that clicking a link probably constitutes consent.
Forwarded: not-needed
Last-Update: 2018-12-14
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 37bf41c..1721c82 100644
--- a/README.org
+++ b/README.org
@@ -17,7 +17,7 @@ Diff/patch files. Target files could be under any Version Control Software (VCS)
 
 *Screenshot:*
 
-[[https://raw.githubusercontent.com/technomancy/find-file-in-project/master/ffip-screenshot-nq8.png]]
+[[ffip-screenshot-nq8.png]]
 
 * Install
 Place [[https://raw.githubusercontent.com/technomancy/find-file-in-project/master/find-file-in-project.el][find-file-in-project.el]] under [[https://www.emacswiki.org/emacs/LoadPath][Load Path]]. Then add =(require 'find-file-in-project)= to your configuration.