From 5f9a0c00a9b696f0686e37d804ec3f76ce586783 Mon Sep 17 00:00:00 2001
From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Date: Sun, 14 Oct 2018 02:04:34 -0700
Subject: [PATCH] Fix: Made the resource links bullets (#19013)
Fixed syntax of links so they show on 3 separate lines
---
.../src/pages/guide/english/computer-hardware/rom/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/src/pages/guide/english/computer-hardware/rom/index.md b/client/src/pages/guide/english/computer-hardware/rom/index.md
index 45044ae2b9..382c418335 100644
--- a/client/src/pages/guide/english/computer-hardware/rom/index.md
+++ b/client/src/pages/guide/english/computer-hardware/rom/index.md
@@ -17,6 +17,6 @@ The CD-ROM is a type of compact disc storage object that requires the use of an
#### More Information:
-Read-only memory
-BIOS
-CD-ROM
+- [Read-only memory](https://en.wikipedia.org/wiki/Read-only_memory)
+- [BIOS](https://en.wikipedia.org/wiki/BIOS)
+- [CD-ROM](https://en.wikipedia.org/wiki/CD-ROM)