From 423d72819c706bf6042c67f55ee233a597305869 Mon Sep 17 00:00:00 2001 From: DeltaDizzy Date: Sat, 20 Jul 2024 03:06:53 -0500 Subject: [PATCH] Fix invalid AtmosphereFromGround links (#82) --- wwwroot/content/syntax/Atmosphere/Atmosphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/content/syntax/Atmosphere/Atmosphere.md b/wwwroot/content/syntax/Atmosphere/Atmosphere.md index ac9dd97..cc19b52 100644 --- a/wwwroot/content/syntax/Atmosphere/Atmosphere.md +++ b/wwwroot/content/syntax/Atmosphere/Atmosphere.md @@ -1,7 +1,7 @@ The `Atmosphere { }` subnode of the `Body { }` node describes the body's atmospheric attributes, such as oxygen, pressure, and temperature. It also contains the `AtmosphereFromGround { }` subnode (AFG), which details the atmosphere's colors. ## Subnodes {#Subnodes} -* [AtmosphereFromGround { }]( /Syntax/Atmosphere/AtmosphereFromGround) +* [AtmosphereFromGround { }](/Syntax/AtmosphereFromGround) ## Example {#Example} ```