From a914dbf05eaa88d9c141401e220b41db82ac4d69 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 29 Mar 2015 22:12:40 +0200 Subject: [PATCH] Remove backticks around link. --- know-how/software/linux/_posts/2008-08-23-optimizing-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/know-how/software/linux/_posts/2008-08-23-optimizing-linux.md b/know-how/software/linux/_posts/2008-08-23-optimizing-linux.md index 39b2772..83d29cf 100644 --- a/know-how/software/linux/_posts/2008-08-23-optimizing-linux.md +++ b/know-how/software/linux/_posts/2008-08-23-optimizing-linux.md @@ -24,4 +24,4 @@ Another nice feature is adding the `profile` option to the kernel line upon boot usual but the readahead-daemon will catalog all needed files and on the next boot (without that parameter), all needed files will be preloaded before boot. -On Desktops with much RAM, the `[preload](http://sf.net/projects/preload)` daemon also speeds up working. +On Desktops with much RAM, the [preload](http://sf.net/projects/preload) daemon also speeds up working.