Skip to content

Commit 7e5584c

Browse files
authored
Fix editor url (#55)
1 parent 003c972 commit 7e5584c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This app is used to compare text, built with Angular and [Monaco Editor](https:/
33
<kbd>![image](/src/assets/typescript.png)</kbd>
44

55
# Function
6-
This app can determine the different content for the given 'Original Text' and 'Changed Text'. It is based on [Monaco Diff Editor](https://microsoft.github.io/monaco-editor/index.html) and currently supporting the following features:
6+
This app can determine the different content for the given 'Original Text' and 'Changed Text'. It is based on [Monaco Diff Editor](https://microsoft.github.io/monaco-editor) and currently supporting the following features:
77
* Syntax highlighting for 45+ languages, including c, c++, java, javascript, html, typescript, etc.
88
* Three editor themes: Visual Studio, Visual Studio Dark and High Contrast Dark.
99
* Diff Mode: Side by Side Diff, Inline Diff.

src/app/compare-editor/compare-editor.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>Text Compare</h1>
44
<p>
55
Built with <a href="https://angular.io/">Angular</a> and
6-
<a href="https://microsoft.github.io/monaco-editor/index.html"
6+
<a href="https://microsoft.github.io/monaco-editor"
77
>Monaco Editor</a
88
>
99
</p>

src/app/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="jumbotron text-center">
22
<h1> Angular - Text Compare Tool</h1>
3-
<p>Built with <a href="https://angular.io/">Angular</a> and <a href="https://microsoft.github.io/monaco-editor/index.html">Monaco Editor</a></p>
3+
<p>Built with <a href="https://angular.io/">Angular</a> and <a href="https://microsoft.github.io/monaco-editor">Monaco Editor</a></p>
44
</div>

0 commit comments

Comments
 (0)