Skip to content

Commit d0bc8a4

Browse files
committed
Update documentation
1 parent f564424 commit d0bc8a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

core/libs/editor/src/lib/editor-toolbar/components/help/document.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ import {MatDialogRef} from '@angular/material/dialog';
2121
styleUrls: ['./document.component.scss'],
2222
})
2323
export class DocumentComponent {
24-
AMEDocumentationLink = 'https://openmanufacturingplatform.github.io/sds-documentation/ame-guide/4.0.2/introduction.html';
24+
AMEDocumentationLink = 'https://openmanufacturingplatform.github.io/sds-documentation/ame-guide/4.1.0/introduction.html';
2525
BAMMDocumentationLink = 'https://openmanufacturingplatform.github.io/sds-documentation/bamm-specification/2.0.0/index.html';
2626

27-
constructor(private dialogRef: MatDialogRef<DocumentComponent>, @Inject(APP_CONFIG) public config: AppConfig) {}
27+
constructor(private dialogRef: MatDialogRef<DocumentComponent>, @Inject(APP_CONFIG) public config: AppConfig) {
28+
}
2829

2930
onClose(): void {
3031
this.dialogRef.close();

documentation/ame-guide/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ame-guide
22
title: Aspect Model Editor
3-
version: "4.0.2"
3+
version: "4.1.0"
44
start_page: ROOT:introduction.adoc
55
nav:
66
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)