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
@@ -120,7 +120,7 @@ frontend and the `Cocoon` extension host.
120
120
121
121
To understand how `Mountain`'s internal components are structured and how they
122
122
implement the application's core logic, please refer to the detailed technical
123
-
breakdown in [`Documentation/GitHub/Deep Dive.md`](Documentation/GitHub/Deep%20Dive.md). This document explains
123
+
breakdown in [`Documentation/GitHub/DeepDive.md`](https://github.com/CodeEditorLand/Mountain/tree/Current/Documentation/GitHub/DeepDive.md). This document explains
124
124
the roles of the `ApplicationRunTime`, `ApplicationState`, `Handler`,
125
125
`Environment`, and the `Vine` gRPC layer.
126
126
@@ -224,13 +224,13 @@ set up, build, and run the entire application.
224
224
This project is released into the public domain under the **Creative Commons CC0
225
225
Universal** license. You are free to use, modify, distribute, and build upon
226
226
this work for any purpose, without any restrictions. For the full legal text,
227
-
see the [`LICENSE`](LICENSE) file.
227
+
see the [`LICENSE`](https://github.com/CodeEditorLand/Mountain/tree/Current/) file.
228
228
229
229
---
230
230
231
231
## Changelog 📜
232
232
233
-
Stay updated with our progress! See [`CHANGELOG.md`](CHANGELOG.md) for a history
233
+
Stay updated with our progress! See [`CHANGELOG.md`](https://github.com/CodeEditorLand/Mountain/tree/Current/) for a history
0 commit comments