Skip to content

Commit 66808db

Browse files
committed
Update documentation references
1 parent f8d5e92 commit 66808db

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ If you're not sure how to install a plugin in Discourse, please follow the [plug
1010

1111
## Documentation
1212

13-
[Read the full documentation here](https://thepavilion.io/c/knowledge/discourse/custom-wizard/118), or go directly to the relevant section
13+
[Read the full documentation here](https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation), or go directly to the relevant section
1414

15-
- [Wizard Administration](https://thepavilion.io/t/wizard-administration/2818)
16-
- [Wizard Settings](https://thepavilion.io/t/wizard-settings/2807/2)
17-
- [Step Settings](https://thepavilion.io/t/step-settings/2808/2)
18-
- [Field Settings](https://thepavilion.io/t/field-settings/2809/2)
19-
- [Conditional Settings](https://thepavilion.io/t/conditional-settings/2811/2)
20-
- [Field Interpolation](https://thepavilion.io/t/field-interpolation/2830)
21-
- [Wizard Examples and Templates](https://thepavilion.io/t/wizard-examples-and-templates/3192)
15+
- [Wizard Administration](https://plugins.discourse.pavilion.tech/t/wizard-administration)
16+
- [Wizard Settings](https://plugins.discourse.pavilion.tech/t/wizard-settings)
17+
- [Step Settings](https://plugins.discourse.pavilion.tech/t/step-settings)
18+
- [Field Settings](https://plugins.discourse.pavilion.tech/t/field-settings)
19+
- [Conditional Settings](https://plugins.discourse.pavilion.tech/t/conditional-settings)
20+
- [Field Interpolation](https://plugins.discourse.pavilion.tech/t/field-interpolation)
21+
- [Wizard Examples and Templates](https://plugins.discourse.pavilion.tech/t/wizard-examples-and-templates)
2222

2323
## Support
2424

25-
- [Request a feature](https://thepavilion.io/w/feature-request)
26-
- [Report a bug](https://thepavilion.io/w/bug-report)
25+
- [Report a bug](https://plugins.discourse.pavilion.tech/w/bug-report)

assets/javascripts/discourse/components/wizard-custom-action.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default Component.extend(UndoChanges, {
5151
};
5252
}),
5353

54-
messageUrl: "https://thepavilion.io/t/2810",
54+
messageUrl: "https://plugins.discourse.pavilion.tech/t/action-settings",
5555

5656
@discourseComputed("action.type")
5757
messageKey(type) {

assets/javascripts/discourse/components/wizard-custom-field.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default Component.extend(UndoChanges, {
2828
isComposerPreview: equal("field.type", "composer_preview"),
2929
categoryPropertyTypes: selectKitContent(["id", "slug"]),
3030
showAdvanced: alias("field.type"),
31-
messageUrl: "https://thepavilion.io/t/2809",
31+
messageUrl: "https://plugins.discourse.pavilion.tech/t/field-settings",
3232

3333
@discourseComputed("field.type")
3434
validations(type) {

assets/javascripts/discourse/controllers/admin-wizards-custom-fields.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import CustomWizardCustomField from "../models/custom-wizard-custom-field";
44
export default Controller.extend({
55
messageKey: "create",
66
fieldKeys: ["klass", "type", "name", "serializers"],
7-
documentationUrl: "https://thepavilion.io/t/3572",
7+
documentationUrl: "https://plugins.discourse.pavilion.tech/t/custom-fields",
88

99
actions: {
1010
addField() {

assets/javascripts/discourse/controllers/admin-wizards-manager.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import I18n from "I18n";
77
import { underscore } from "@ember/string";
88

99
export default Controller.extend({
10-
messageUrl: "https://thepavilion.io/t/3652",
10+
messageUrl: "https://plugins.discourse.pavilion.tech/t/wizard-manager",
1111
messageKey: "info",
1212
messageIcon: "info-circle",
1313
messageClass: "info",

assets/javascripts/discourse/controllers/admin-wizards-wizard.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export default Controller.extend({
2121
return key;
2222
},
2323

24-
messageUrl: "https://thepavilion.io/c/knowledge/discourse/custom-wizard",
24+
messageUrl: "https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation",
2525
});

0 commit comments

Comments
 (0)