Skip to content

Commit

Permalink
[INTERNAL] Project.md: Use default instead of non existing main branch
Browse files Browse the repository at this point in the history
Fixes #994
  • Loading branch information
flovogt committed Jul 31, 2024
1 parent e22c854 commit 86fec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The source directory of an application (typically named `webapp`) is mapped to t
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.

### library
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.
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.

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.

Expand Down

0 comments on commit 86fec1f

Please sign in to comment.