From a305df2881562fe5edf93c40cbe02b47b2ccea2c Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sun, 31 May 2020 13:48:22 +0200 Subject: [PATCH] HACKING: Some small updates Signed-off-by: Marc Schink --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index a654e2a..0175378 100644 --- a/HACKING +++ b/HACKING @@ -2,7 +2,7 @@ Hacking ======= This document describes how to start hacking on the libjaylink project. -Make sure you read through the README file before continuing. +Make sure you read through the README.md file before continuing. Coding style @@ -28,7 +28,7 @@ project: - Push your changes to a public Git repository and send the URL where to pull them from. -In any case, send directly to . +In any case, send directly to . Before submitting, please consider the following: - Every single patch must be compilable. @@ -42,7 +42,7 @@ Before submitting, please consider the following: Bug reports ----------- -Send bug reports directly to . +Send bug reports directly to . Please try to include all of the following information in your report: - Instructions to reproduce the bug (e.g., command-line invocations) -- 2.11.4.GIT