From be179cb39840d2ee1932785c8c63da022770cfee Mon Sep 17 00:00:00 2001 From: Antcar <58066418+antcar0929@users.noreply.github.com> Date: Wed, 15 Feb 2023 02:26:49 +0800 Subject: [PATCH] docs: fixing broken links (#327) Fixed #326! --- src/cancellabledelay/README.md | 2 +- src/experiencecalculator/README.md | 2 +- src/firstpersoncharactertransparency/README.md | 2 +- src/inputmode/README.md | 4 ++-- src/loader/README.md | 4 ++-- src/motor6d/README.md | 4 ++-- src/qgui/README.md | 2 +- src/rodux-actions/README.md | 2 +- src/rodux-undo/README.md | 2 +- src/selectionutils/README.md | 2 +- src/string/README.md | 4 ++-- src/symbol/README.md | 2 +- src/table/README.md | 4 ++-- src/tie/README.md | 4 ++-- src/uiobjectutils/README.md | 4 ++-- src/undostack/README.md | 2 +- src/viewport/README.md | 4 ++-- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/cancellabledelay/README.md b/src/cancellabledelay/README.md index 81b07ec2b6..45b1b96e76 100644 --- a/src/cancellabledelay/README.md +++ b/src/cancellabledelay/README.md @@ -13,7 +13,7 @@ cancellableDelay a delay that can be cancelled -
View docs →
+
View docs →
## Installation ``` diff --git a/src/experiencecalculator/README.md b/src/experiencecalculator/README.md index 641d8e47a3..63580acca3 100644 --- a/src/experiencecalculator/README.md +++ b/src/experiencecalculator/README.md @@ -13,7 +13,7 @@ Calculate experience on an exponential curve and perform relevant calculations Uses formulas from stackoverflow.com/questions/6954874/php-game-formula-to-calculate-a-level-based-on-exp -
View docs →
+
View docs →
## Installation ``` diff --git a/src/firstpersoncharactertransparency/README.md b/src/firstpersoncharactertransparency/README.md index 66559c34cc..202c0f385a 100644 --- a/src/firstpersoncharactertransparency/README.md +++ b/src/firstpersoncharactertransparency/README.md @@ -13,7 +13,7 @@ Allows transparency to manually be controlled for a character in first-person mode -
View docs →
+
View docs →
## Installation ``` diff --git a/src/inputmode/README.md b/src/inputmode/README.md index 7625874180..694989a69d 100644 --- a/src/inputmode/README.md +++ b/src/inputmode/README.md @@ -13,9 +13,9 @@ Trace input mode state and trigger changes correctly. This is a more customizable version of UserInputService:GetLastInputType() or LastInputTypeChanged. -
View docs →
+
View docs →
## Installation ``` npm install @quenty/inputmode --save -``` \ No newline at end of file +``` diff --git a/src/loader/README.md b/src/loader/README.md index ee91ddf3ca..1208e30d68 100644 --- a/src/loader/README.md +++ b/src/loader/README.md @@ -18,7 +18,7 @@ A simple module loader for Roblox npm install @quenty/loader --save ``` -
View docs →
+
View docs →
## Installation with NPM @@ -83,4 +83,4 @@ We will A B C Maid1 Other Maid2 -``` \ No newline at end of file +``` diff --git a/src/motor6d/README.md b/src/motor6d/README.md index ee098bc452..c4f807baa4 100644 --- a/src/motor6d/README.md +++ b/src/motor6d/README.md @@ -15,9 +15,9 @@ Centralized service to override motor6d on humanoids and other places transform This allows for different blending of animations, et cetera. -
View docs →
+
View docs →
## Installation ``` npm install @quenty/motor6d --save -``` \ No newline at end of file +``` diff --git a/src/qgui/README.md b/src/qgui/README.md index 18522b5733..655def0f2c 100644 --- a/src/qgui/README.md +++ b/src/qgui/README.md @@ -15,7 +15,7 @@ A group of utility functions to be used to help create visual effectcs with ROBL This is a legacy utility, but should not be used for new development. -
View docs →
+
View docs →
## Installation ``` diff --git a/src/rodux-actions/README.md b/src/rodux-actions/README.md index ddeff56903..588bb021d3 100644 --- a/src/rodux-actions/README.md +++ b/src/rodux-actions/README.md @@ -11,7 +11,7 @@ -
View docs →
+
View docs →
## Installation ``` diff --git a/src/rodux-undo/README.md b/src/rodux-undo/README.md index 42511126fb..25c4891c84 100644 --- a/src/rodux-undo/README.md +++ b/src/rodux-undo/README.md @@ -11,7 +11,7 @@ -
View docs →
+
View docs →
## Installation ``` diff --git a/src/selectionutils/README.md b/src/selectionutils/README.md index ecd09b6d7b..9df6882775 100644 --- a/src/selectionutils/README.md +++ b/src/selectionutils/README.md @@ -13,7 +13,7 @@ Utility methods around Selection service. Useful for plugins and stories. -
View docs →
+
View docs →
## Installation ``` diff --git a/src/string/README.md b/src/string/README.md index a661b6864c..a39b3973d8 100644 --- a/src/string/README.md +++ b/src/string/README.md @@ -13,9 +13,9 @@ This module provides utility functions for strings -
View docs →
+
View docs →
## Installation ``` npm install @quenty/string --save -``` \ No newline at end of file +``` diff --git a/src/symbol/README.md b/src/symbol/README.md index aa653b9fdd..5715164414 100644 --- a/src/symbol/README.md +++ b/src/symbol/README.md @@ -13,7 +13,7 @@ A 'Symbol' is an opaque marker type. -
View docs →
+
View docs →
## Installation ``` diff --git a/src/table/README.md b/src/table/README.md index dc5a6d3e16..cfd4fb3753 100644 --- a/src/table/README.md +++ b/src/table/README.md @@ -13,9 +13,9 @@ Contains table and set utility functions for Roblox. -
View docs →
+
View docs →
## Installation ``` npm install @quenty/table --save -``` \ No newline at end of file +``` diff --git a/src/tie/README.md b/src/tie/README.md index 0658fef2cf..b60343c68f 100644 --- a/src/tie/README.md +++ b/src/tie/README.md @@ -13,7 +13,7 @@ Tie allows interfaces to be defined between Lua OOP and Roblox objects. This is designed in part to replace BinderGroups, which were a way to previously allow systems to interface with each other in a generic way. Instead, an object may implement a TieInterface, which is basically bindable functions/events. -
View docs →
+
View docs →
## Installation ``` @@ -31,4 +31,4 @@ This package does two things. First of all, it basically automates the creation 1. Ensure you can ad-hoc create a tie (low-level scripting) 1. Support tagged ties with 1. Ensure ties can be queried via CollectionService -1. Allow client implementation of server-based ties \ No newline at end of file +1. Allow client implementation of server-based ties diff --git a/src/uiobjectutils/README.md b/src/uiobjectutils/README.md index 667ebfa609..d2ea417a3c 100644 --- a/src/uiobjectutils/README.md +++ b/src/uiobjectutils/README.md @@ -13,9 +13,9 @@ Utility functions to make working with UI a little bit nicer in Roblox -
View docs →
+
View docs →
## Installation ``` npm install @quenty/uiobjectutils --save -``` \ No newline at end of file +``` diff --git a/src/undostack/README.md b/src/undostack/README.md index 2984d47e12..97e38e21b2 100644 --- a/src/undostack/README.md +++ b/src/undostack/README.md @@ -13,7 +13,7 @@ Undo stack functionality for editing stuff -
View docs →
+
View docs →
## Installation ``` diff --git a/src/viewport/README.md b/src/viewport/README.md index eb092505c1..394278b11e 100644 --- a/src/viewport/README.md +++ b/src/viewport/README.md @@ -13,9 +13,9 @@ Rendering functionality for viewportFrames -
View docs →
+
View docs →
## Installation ``` npm install @quenty/viewport --save -``` \ No newline at end of file +```