mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 23:29:53 +01:00
fix some typos
This commit is contained in:
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
- Removed the `requires` attribute on the `@Extension` annotation and instead create a new `@Requires` annotation ([#1097](https://github.com/scm-manager/scm-manager/pull/1097))
|
||||
- Use os specific locations for scm home directory ([1109](https://github.com/scm-manager/scm-manager/pull/1109))
|
||||
- Use Library/Logs/SCM-Manager on OSX for logging ([1109](https://github.com/scm-manager/scm-manager/pull/1109))
|
||||
- Use os specific locations for scm home directory ([#1109](https://github.com/scm-manager/scm-manager/pull/1109))
|
||||
- Use Library/Logs/SCM-Manager on OSX for logging ([#1109](https://github.com/scm-manager/scm-manager/pull/1109))
|
||||
|
||||
## [2.0.0-rc7] - 2020-04-09
|
||||
### Added
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Base Directory
|
||||
|
||||
The SCM-Manager base directory aka. home directory,
|
||||
contains all data which is create by SCM-Manager such as repository and configurations.
|
||||
contains all data which is created by SCM-Manager such as repositories and configurations.
|
||||
The location of the base directory depends on your operating system and type of installation.
|
||||
|
||||
| Type of Installation | Base directory |
|
||||
|
||||
@@ -16,7 +16,7 @@ The location of the **$BASEDIR** can be found [here](basedirectory).
|
||||
|
||||
## Configuration
|
||||
|
||||
The logging behaviour of SCM-Manager can be configured via a xml find.
|
||||
The logging behaviour of SCM-Manager can be configured via a xml file.
|
||||
The syntax and properties can be found [here](http://logback.qos.ch/manual/configuration.html).
|
||||
The location of the file depends also on the type of installation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user