From e81bc98fd15ce04c80fd9147bb69b922b661fa2a Mon Sep 17 00:00:00 2001
From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
Date: Wed, 13 Mar 2024 14:50:32 +0100
Subject: [PATCH] org-contrib/org-collector.org: fix example link and
 instructions

---
 org-contrib/org-collector.org | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/org-contrib/org-collector.org b/org-contrib/org-collector.org
index a207de6d..20c57d51 100644
--- a/org-contrib/org-collector.org
+++ b/org-contrib/org-collector.org
@@ -24,7 +24,7 @@ pre-processing.
 ** Quick Examples
 
 As a quick demonstration of use of =org-collector= first [[Loading it (No surprises here)][load it]] as
-described below.  Then download this [[https://orgmode.org/worg/sources/org-contrib/org-collector-example.org][example file]], which contains the
+described below.  Then download this [[https://orgmode.org/worg/org-contrib/org-collector-example.org][example file]], which contains the
 following headlines/properties.
 
 [[file:../images/org-collector/dec-spending.png]]
@@ -103,7 +103,11 @@ This example demonstrates a couple of new headline arguments for
 
 The easiest way is by
 
-: M-x customize-variables RET org-modules
+: M-x package-install RET org-contrib
+
+for [[https://orgmode.org/worg/org-release-notes.html][Org-9.5 and later]] and
+
+: M-x customize-variable RET org-modules
 
 Check the line for collector.  This will cause it to be loaded every
 time you start org-mode.
-- 
2.42.0

