From bf8603c8a1373c09110c5de19d3b9ef5e750bd19 Mon Sep 17 00:00:00 2001
From: Carlos Ferreira <carlos@reendex.com>
Date: Thu, 9 Jan 2020 17:43:35 +0100
Subject: [PATCH] Update config.sample.php

Remove reference link as domain doesn't exist anymore.
---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index d297f86d738..ba47fe9e843 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1187,7 +1187,7 @@ $CONFIG = array(
 ),
 
 /**
- * Connection options for memcached, see http://apprize.info/php/scaling/15.html
+ * Connection options for memcached
  */
 'memcached_options' => array(
 	// Set timeouts to 50ms
-- 
GitLab