Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion streamerbot/2.guide/08.settings/quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Quotes
description: Streamer.bot has a built in quote system. It allows to add, display and delete quotes. Adding a quote automatically assigns an ID and saves a timestamp, the quoting user, the platform as well as the current category (like "Just Chatting").
---

::warning{to=examples/quotes-commands}
::warning{to=/examples/quotes-commands}
This page documents the old quote system prior to Streamer.bot 1.0.0<br/>
:icon{name=i-mdi-navigation} See `Quotes Commands for v1.0.0+` for guidance on using the new quote sub-actions
::
Expand Down
2 changes: 1 addition & 1 deletion streamerbot/3.api/1.sub-actions/core/quotes/add-quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ This Sub-Action will set the quote user to the user who called the action<br/>
Setting the quote user to a different user than the caller is only supported via the C# Method
::

:read-more{to=examples/quotes-commands}
:read-more{to=/examples/quotes-commands}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Deleting a quote does not change the Quote ID of following quotes<br/>
You can Re-Index quotes manually under `Services > Quotes` by right-clicking and choosing `Re-index` from the context menu. **This operation can not be undone**
::

:read-more{to=examples/quotes-commands}
:read-more{to=/examples/quotes-commands}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ csharpMethods:
The Count returned by this Sub-Action is not necessarily the same as the last Quote ID, on account of deleted quotes.
::

:read-more{to=examples/quotes-commands}
:read-more{to=/examples/quotes-commands}
2 changes: 1 addition & 1 deletion streamerbot/3.api/1.sub-actions/core/quotes/get-quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ csharpMethods:
- GetQuote
---

:read-more{to=examples/quotes-commands}
:read-more{to=/examples/quotes-commands}
Loading