Skip to content

Commit 04fde93

Browse files
Fix broken links
1 parent f58e71d commit 04fde93

7 files changed

Lines changed: 4 additions & 12 deletions

File tree

_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Elevate your C#, ASP.NET, and other .NET applications with the premier file conv
180180
<div class="gdoc-platform__col-descr">Start quickly with our getting started documentation</div>
181181
<ul class="gdoc-platform__col-links">
182182
<li> <a href='/conversion/python-net/system-requirements/'>System Requirements</a></li>
183-
<li> <a href='/conversion/python-net/supported-file-formats/'>Supported File Formats</a></li>
183+
<li> <a href='/conversion/python-net/supported-document-formats/'>Supported File Formats</a></li>
184184
<li> <a href='/conversion/python-net/getting-started/installation/'>Installation</a></li>
185185
<li> <a href='/conversion/python-net/getting-started/quick-start-guide'>Quick Start Guide</a></li>
186186
</ul>

java/developer-guide/converting-documents/advanced-usage/converting/conversion-options-by-document-family/convert-to-pdf-with-advanced-options.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ public class ConvertToPdfWithAdvancedOptions {
6262
`annual-review.docx` is sample file used in this example. Click [here](/conversion/java/_sample_files/developer-guide/converting-documents/convert-to-pdf-with-advanced-options/annual-review.docx) to download it.
6363
{{< /tab-text >}}
6464
{{< /tab >}}
65-
{{< tab "converted_with_options.pdf" >}}
66-
{{< tab-text >}}
67-
`converted_with_options.png` is converted PDF document. Click [here](/conversion/java/_sample_files/developer-guide/converting-documents/convert-to-pdf-with-advanced-options/converted_with_options.pdf) to download it.
68-
{{< /tab-text >}}
69-
{{< /tab >}}
7065
{{< /tabs >}}
7166

7267
### PDF-Specific Options:

java/developer-guide/converting-documents/advanced-usage/converting/conversion-options-by-document-family/convert-to-presentation-with-advanced-options.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ public class ConvertToPresentationWithAdvancedOptions {
5151
`annual-review.docx` is sample file used in this example. Click [here](/conversion/java/_sample_files/developer-guide/converting-documents/convert-to-presentation-with-advanced-options/annual-review.docx) to download it.
5252
{{< /tab-text >}}
5353
{{< /tab >}}
54-
{{< tab "converted_with_options.ppt" >}}
55-
{{< tab-text >}}
56-
`converted_with_options.ppt` is converted PPT document. Click [here](/conversion/java/_sample_files/developer-guide/converting-documents/convert-to-presentation-with-advanced-options/converted_with_options.ppt) to download it.
57-
{{< /tab-text >}}
58-
{{< /tab >}}
5954
{{< /tabs >}}
6055

6156
By using advanced conversion options, developers can fine-tune the output presentation to ensure compatibility, security, and optimal formatting, making it a powerful tool for both professional and personal use.

net/getting-started/features-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Along with the whole document conversion to the desired target format, it could
2323
### Auto-detect source document format
2424

2525
In some cases, the source file could be presented in a form of a byte stream, so the file extension is unknown.
26-
Luckily GroupDocs.Conversion for .NET is smart enough to [detect source document format](({{< ref "conversion/net/developer-guide/advanced-usage/loading/loading-files-from-different-sources/load-file-from-stream.md#get-information-about-files-from-a-stream" >}})) on the fly.
26+
Luckily GroupDocs.Conversion for .NET is smart enough to [detect source document format]({{< ref "conversion/net/developer-guide/advanced-usage/loading/loading-files-from-different-sources/load-file-from-stream.md#get-information-about-files-from-a-stream" >}}) on the fly.
2727

2828
### Load source document with extended options
2929

python-net/getting-started/supported-document-formats.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
id: supported-document-formats
33
url: conversion/python-net/supported-document-formats
4+
aliases:
5+
- /conversion/python-net/supported-file-formats/
46
title: Supported Document Formats
57
linkTitle: Supported Document Formats
68
weight: 2

0 commit comments

Comments
 (0)