Skip to content

Commit a7a14ce

Browse files
fix: correct plug-ins' paths
Co-authored-by: Juan Munoz <[email protected]>
1 parent 68afc41 commit a7a14ce

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

docs/plug-ins.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,223 +26,223 @@ implemented in these plugins.
2626
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
2727
>
2828
> ```
29-
> https://openscd.github.io/src/editors/IED.js
29+
> https://openscd.github.io/plugins/src/editors/IED.js
3030
> ```
3131
3232
### Substation
3333
3434
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
3535
>
3636
> ```
37-
> https://openscd.github.io/src/editors/Substation.js
37+
> https://openscd.github.io/plugins/src/editors/Substation.js
3838
> ```
3939
4040
### Single Line Diagram
4141
4242
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
4343
>
4444
> ```
45-
> https://openscd.github.io/src/editors/SingleLineDiagram.js
45+
> https://openscd.github.io/plugins/src/editors/SingleLineDiagram.js
4646
> ```
4747
4848
### Subscriber Message Binding (GOOSE)
4949
5050
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
5151
>
5252
> ```
53-
> https://openscd.github.io/src/editors/GooseSubscriberMessageBinding.js
53+
> https://openscd.github.io/plugins/src/editors/GooseSubscriberMessageBinding.js
5454
> ```
5555
5656
### Subscriber Data Binding (GOOSE)
5757
5858
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
5959
>
6060
> ```
61-
> https://openscd.github.io/src/editors/GooseSubscriberDataBinding.js
61+
> https://openscd.github.io/plugins/src/editors/GooseSubscriberDataBinding.js
6262
> ```
6363
6464
### Subscriber Later Binding (GOOSE)
6565
6666
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
6767
>
6868
> ```
69-
> https://openscd.github.io/src/editors/GooseSubscriberLaterBinding.js
69+
> https://openscd.github.io/plugins/src/editors/GooseSubscriberLaterBinding.js
7070
> ```
7171
7272
### Subscriber Message Binding (SMV)
7373
7474
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
7575
>
7676
> ```
77-
> https://openscd.github.io/src/editors/SMVSubscriberMessageBinding.js
77+
> https://openscd.github.io/plugins/src/editors/SMVSubscriberMessageBinding.js
7878
> ```
7979
8080
### Subscriber Data Binding (SMV)
8181
8282
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
8383
>
8484
> ```
85-
> https://openscd.github.io/src/editors/SMVSubscriberDataBinding.js
85+
> https://openscd.github.io/plugins/src/editors/SMVSubscriberDataBinding.js
8686
> ```
8787
8888
### Subscriber Later Binding (SMV)
8989
9090
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
9191
>
9292
> ```
93-
> https://openscd.github.io/src/editors/SMVSubscriberLaterBinding.js
93+
> https://openscd.github.io/plugins/src/editors/SMVSubscriberLaterBinding.js
9494
> ```
9595
9696
### Communication
9797
9898
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
9999
>
100100
> ```
101-
> https://openscd.github.io/src/editors/Communication.js
101+
> https://openscd.github.io/plugins/src/editors/Communication.js
102102
> ```
103103
104104
### 104
105105
106106
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
107107
>
108108
> ```
109-
> https://openscd.github.io/src/editors/Protocol104.js
109+
> https://openscd.github.io/plugins/src/editors/Protocol104.js
110110
> ```
111111
112112
### Templates
113113
114114
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
115115
>
116116
> ```
117-
> https://openscd.github.io/src/editors/Templates.js
117+
> https://openscd.github.io/plugins/src/editors/Templates.js
118118
> ```
119119
120120
### Publisher
121121
122122
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
123123
>
124124
> ```
125-
> https://openscd.github.io/src/editors/Publisher.js
125+
> https://openscd.github.io/plugins/src/editors/Publisher.js
126126
> ```
127127
128128
### Cleanup
129129
130130
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
131131
>
132132
> ```
133-
> https://openscd.github.io/src/editors/Cleanup.js
133+
> https://openscd.github.io/plugins/src/editors/Cleanup.js
134134
> ```
135135
136136
### Open project
137137
138138
> <kbd>✅ Official</kbd> | <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
139139
>
140140
> ```
141-
> https://openscd.github.io/src/menu/OpenProject.js
141+
> https://openscd.github.io/plugins/src/menu/OpenProject.js
142142
> ```
143143
144144
### New project
145145
146146
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
147147
>
148148
> ```
149-
> https://openscd.github.io/src/menu/NewProject.js
149+
> https://openscd.github.io/plugins/src/menu/NewProject.js
150150
> ```
151151
152152
### Save project
153153
154154
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
155155
>
156156
> ```
157-
> https://openscd.github.io/src/menu/SaveProject.js
157+
> https://openscd.github.io/plugins/src/menu/SaveProject.js
158158
> ```
159159
160160
### Validate Schema
161161
162162
> <kbd>✅ Official</kbd> | <kbd>Validator</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
163163
>
164164
> ```
165-
> https://openscd.github.io/src/validators/ValidateSchema.js
165+
> https://openscd.github.io/plugins/src/validators/ValidateSchema.js
166166
> ```
167167
168168
### Validate Templates
169169
170170
> <kbd>✅ Official</kbd> | <kbd>Validator</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
171171
>
172172
> ```
173-
> https://openscd.github.io/src/validators/ValidateTemplates.js
173+
> https://openscd.github.io/plugins/src/validators/ValidateTemplates.js
174174
> ```
175175
176176
### Import IEDs
177177
178178
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
179179
>
180180
> ```
181-
> https://openscd.github.io/src/menu/ImportIEDs.js
181+
> https://openscd.github.io/plugins/src/menu/ImportIEDs.js
182182
> ```
183183
184184
### Create Virtual IED
185185
186186
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
187187
>
188188
> ```
189-
> https://openscd.github.io/src/menu/VirtualTemplateIED.js
189+
> https://openscd.github.io/plugins/src/menu/VirtualTemplateIED.js
190190
> ```
191191
192192
### Subscriber Update
193193
194194
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
195195
>
196196
> ```
197-
> https://openscd.github.io/src/menu/SubscriberInfo.js
197+
> https://openscd.github.io/plugins/src/menu/SubscriberInfo.js
198198
> ```
199199
200200
### Merge Project
201201
202202
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
203203
>
204204
> ```
205-
> https://openscd.github.io/src/menu/Merge.js
205+
> https://openscd.github.io/plugins/src/menu/Merge.js
206206
> ```
207207
208208
### Update Substation
209209
210210
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
211211
>
212212
> ```
213-
> https://openscd.github.io/src/menu/UpdateSubstation.js
213+
> https://openscd.github.io/plugins/src/menu/UpdateSubstation.js
214214
> ```
215215
216216
### Compare IED
217217
218218
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
219219
>
220220
> ```
221-
> https://openscd.github.io/src/menu/CompareIED.js
221+
> https://openscd.github.io/plugins/src/menu/CompareIED.js
222222
> ```
223223
224224
### Export Communication Section
225225
226226
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
227227
>
228228
> ```
229-
> https://openscd.github.io/src/menu/ExportCommunication.js
229+
> https://openscd.github.io/plugins/src/menu/ExportCommunication.js
230230
> ```
231231
232232
### Help
233233
234234
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
235235
>
236236
> ```
237-
> https://openscd.github.io/src/menu/Help.js
237+
> https://openscd.github.io/plugins/src/menu/Help.js
238238
> ```
239239
240240
### Show SCL History
241241
242242
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
243243
>
244244
> ```
245-
> https://openscd.github.io/src/menu/SclHistory.js
245+
> https://openscd.github.io/plugins/src/menu/SclHistory.js
246246
> ```
247247
248248
### Communication Explorer
@@ -287,13 +287,13 @@ logic or vendor specific private SCL extensions.
287287
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
288288
>
289289
> ```
290-
> https://openscd.github.io/src/menu/UpdateDescriptionABB.js
290+
> https://openscd.github.io/plugins/src/menu/UpdateDescriptionABB.js
291291
> ```
292292
293293
### Update desc (SEL)
294294
295295
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
296296
>
297297
> ```
298-
> https://openscd.github.io/src/menu/UpdateDescriptionSEL.js
298+
> https://openscd.github.io/plugins/src/menu/UpdateDescriptionSEL.js
299299
> ```

0 commit comments

Comments
 (0)