From 5454acf65465fef0fffcdb546a1775988fc896d7 Mon Sep 17 00:00:00 2001
From: MarcinKozak005 <49290219+MarcinKozak005@users.noreply.github.com>
Date: Wed, 5 Oct 2022 02:19:49 +0200
Subject: [PATCH] Fix BadgeLink colours in Java Functions (#1890)
After the change, BadgeLinks will comply to the rules specified here (https://github.com/kamranahmedse/developer-roadmap/blob/b44b69b4c6119b7849f1410e59474ff3e04b8e77/contributing.md#adding-content)
---
.../110-java/content/100-java-fundamentals/103-functions.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md b/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
index 1e9fd05f6..332b3cae3 100644
--- a/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
+++ b/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
@@ -4,7 +4,7 @@ A method/function is a way to perform some task. Similarly, in programming like
Free Content
-Methods/Functions in Java.
-What are methods or functions in Java.
-Learn Functions/Methods in Java
+Methods/Functions in Java.
+What are methods or functions in Java.
+Learn Functions/Methods in Java
Functions / Methods in Java