@processmaker/modeler 1.36.5 → 1.36.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/modeler",
3
- "version": "1.36.5",
3
+ "version": "1.36.6",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "open-cypress": "TZ=UTC cypress open",
@@ -179,7 +179,7 @@ export default {
179
179
 
180
180
  if (this.isSequenceFlow(type) && this.isConnectedToGateway(definition)) {
181
181
  let helper = this.$t('Enter the expression that describes the workflow condition');
182
- helper += ' <a href="https://processmaker.gitbook.io/processmaker/v/processmaker-4.3/designing-processes/expression-syntax-components" target="_blank"><i class="far fa-question-circle mr-1"></a>';
182
+ helper += ' <a href="https://docs.processmaker.com/designing-processes/expression-syntax-components" target="_blank"><i class="far fa-question-circle mr-1"></a>';
183
183
  const expressionConfig = {
184
184
  component: 'FormInput',
185
185
  config: {