You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ creating files on the hard drive.
66
66
67
67
## 📄 Documentation
68
68
69
-
**Virtual File System** provides a [COMPLETE DOCUMENTATION](./docs/README.md) of the library.
69
+
**Virtual File System** provides a [COMPLETE DOCUMENTATION](https://github.com/Atypical-Consulting/VirtualFileSystem/blob/main/docs/README.md) of the library.
70
70
71
71
All summaries are written in English. If you want to help us translate the documentation, please open an issue to
72
72
discuss it.
@@ -156,7 +156,7 @@ string tree = vfs.ToString();
156
156
157
157
## 🤝 Contributing
158
158
159
-
Contributions are welcome! Please read the [CONTRIBUTION GUIDELINES](CONTRIBUTING.md) first.
159
+
Contributions are welcome! Please read the [CONTRIBUTION GUIDELINES](https://github.com/Atypical-Consulting/VirtualFileSystem/blob/main/CONTRIBUTING.md) first.
160
160
161
161
## 📜 License
162
162
@@ -177,7 +177,7 @@ You can contact us by opening an issue on this repository.
177
177
178
178
## 🎉 Change log
179
179
180
-
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
180
+
Please see [RELEASES](https://github.com/Atypical-Consulting/VirtualFileSystem/releases) for more information what has changed recently.
0 commit comments