diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e98661696cfeb5b638c66c3a58aa09ce0782a5e0..d0bf368aeb2ebf17dc195530b9ccb654560aa526 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -136,8 +136,8 @@ errors, it's not totally clean as is and there are a few false positives. ## Wiki Files * Writing Guides - * [Twine (Twine is being phased out of the project however the concepts are still relevant.)](devNotes/scene-guide.txt) - * [JS](devNotes/jsEventCreationGuide.md) + * [Twine (Twine is being phased out of the project however the concepts are still relevant)](devNotes/scene-guide.txt) + * [JavaScript](devNotes/jsEventCreationGuide.md) * [Exception handling](devNotes/exceptions.md) * [Sanity check](devNotes/exceptions.md) * [Slave List](devNotes/slaveListing.md) @@ -147,7 +147,7 @@ errors, it's not totally clean as is and there are a few false positives. * [Limbs](devNotes/limb functions.md) * [Standalone functions](devNotes/standaloneFunctions.md) * [Some potentially useful JS functions](devNotes/usefulJSFunctionDocumentation.txt) - * [Content embending chart](devNotes/contentEmbendingChart.png) (for more detail refer to https://gitgud.io/pregmodfan/fc-pregmod/-/merge_requests/7453#note_118616) + * [Content embedding chart](devNotes/contentEmbeddingChart.png) (for more details refer to https://gitgud.io/pregmodfan/fc-pregmod/-/merge_requests/7453#note_118616) ## Useful issues diff --git a/devNotes/contentEmbendingChart.png b/devNotes/contentEmbeddingChart.png similarity index 100% rename from devNotes/contentEmbendingChart.png rename to devNotes/contentEmbeddingChart.png