Skip to content

Commit d80de64

Browse files
Merge pull request #1285 from syncfusion-content/977561-DocMig
977561: Modified code changes
2 parents f2e1de1 + f233533 commit d80de64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Document-Processing/Word/Word-Processor/asp-net-core/how-to/override-the-keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, `Ctrl + S` keyboard shortcut saves the document in SFDT format by d
3535

3636
{% tabs %}
3737
{% highlight cshtml tabtitle="CSHTML" %}
38-
{% include code-snippet/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/override/tagHelper %}
38+
{% include code-snippet/document-editor/asp-net-core/document-editor/override/tagHelper %}
3939
{% endhighlight %}
4040
{% highlight c# tabtitle="Override.cs" %}
4141
{% endhighlight %}{% endtabs %}

Document-Processing/Word/Word-Processor/javascript-es5/saving-documents/dropbox-cloud-file-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ In the client-side, to export the document into blob the document using [`saveAs
124124

125125
{% tabs %}
126126
{% highlight html tabtitle="index.html" %}
127-
{% include code-snippet/document-editor/javascript-es5/document-editor/save-dropbox-cloud-file-storage/index.html %}
127+
{% include code-snippet/document-editor/javascript-es5/document-editor/save-dropbox-cloud-file-storage/js/index.html %}
128128
{% endhighlight %}
129129
{% endtabs %}
130130

Document-Processing/Word/Word-Processor/javascript-es5/saving-documents/google-cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In the client-side, to export the document into blob the document using [`saveAs
128128

129129
{% tabs %}
130130
{% highlight html tabtitle="index.html" %}
131-
{% include code-snippet/document-editor/javascript-es5/document-editor/save-google-cloud-storage/index.html %}
131+
{% include code-snippet/document-editor/javascript-es5/document-editor/save-google-cloud-storage/js/index.html %}
132132
{% endhighlight %}
133133
{% endtabs %}
134134

Document-Processing/Word/Word-Processor/javascript-es6/saving-documents/dropbox-cloud-file-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In the client-side, to export the document into blob the document using [`saveAs
133133
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/index.ts %}
134134
{% endhighlight %}
135135
{% highlight html tabtitle="index.html" %}
136-
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/js/index.html %}
136+
{% include code-snippet/document-editor/javascript-es6/document-editor/save-dropbox-cloud-file-storage/ts/index.html %}
137137
{% endhighlight %}
138138
{% endtabs %}
139139

Document-Processing/Word/Word-Processor/javascript-es6/saving-documents/google-cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ In the client-side, to export the document into blob the document using [`saveAs
136136
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/index.ts %}
137137
{% endhighlight %}
138138
{% highlight html tabtitle="index.html" %}
139-
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/js/index.html %}
139+
{% include code-snippet/document-editor/javascript-es6/document-editor/save-google-cloud-storage/ts/index.html %}
140140
{% endhighlight %}
141141
{% endtabs %}
142142

0 commit comments

Comments
 (0)