Skip to content

Commit ea939a3

Browse files
author
fileformat-slides
authored
Update README.md
1 parent d011a18 commit ea939a3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This Documentation explains the internal structure of our Presentation Management C# API system. Despite its complexity, we've ensured the public APIs are user-friendly, providing a seamless experience for manipulating PowerPoint presentations.
44

5-
For a more detailed understanding of our system architecture, design patterns, and public interfaces, please visit the [Articles Section](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/).
5+
For a more detailed understanding of our system architecture, design patterns, and public interfaces, please visit the [Articles Section](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/docs/index.html).
66

77
## FileFormat.Slides Namespace
88

@@ -39,18 +39,14 @@ For a more detailed understanding of our system architecture, design patterns, a
3939
# System Requirements
4040
- .NET Core 3.1 and above
4141

42-
43-
44-
45-
4642
## API Reference
47-
- [API Reference](#) - In-depth information about public interfaces and usage.
43+
- [API Reference](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/api/FileFormat.Slides.html) - In-depth information about public interfaces and usage.
4844

4945
## Technical Docs
50-
- [Articles](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/articles/intro.html) - Comprehensive insights into the system architecture, design patterns, and API usage in different scenarios.
46+
- [Articles](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/docs/index.html) - Comprehensive insights into the system architecture, design patterns, and API usage in different scenarios.
5147

5248
# Installation
5349
- Install-Package FileFormat.Slides
5450

5551
# System Requirements
56-
- .NET Core 3.1 and above
52+
- .NET Core 3.1 and above

0 commit comments

Comments
 (0)