Skip to content

Commit 90a5f0d

Browse files
committed
[INTERNAL] Project.md: Use default instead of non existing main branch
Fixes #994
1 parent 501e0fe commit 90a5f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/Project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The source directory of an application (typically named `webapp`) is mapped to t
1515
An applications source directory may or may not contain a `Component.js` file. If it does, it must also contain a `manifest.json` file. If there is a `Component.js` file, an optimized `Component-preload.js` file will be generated during the build.
1616

1717
### library
18-
UI5 libraries are often referred to as reuse-, custom- or [control libraries](https://github.com/SAP/openui5/blob/main/docs/controllibraries.md). They are a key component in sharing code across multiple projects in UI5.
18+
UI5 libraries are often referred to as reuse-, custom- or [control libraries](https://github.com/SAP/openui5/blob/-/docs/controllibraries.md). They are a key component in sharing code across multiple projects in UI5.
1919

2020
A project of type `library` must have a source directory (typically named `src`). It may also feature a "test" directory. These directories are mapped to the virtual directories `/resources` for the sources and `/test-resources` for the test resources.
2121

0 commit comments

Comments
 (0)