Skip to content

Commit

Permalink
Merge branch '64-rework-docs-website' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoxyBear committed Jan 16, 2024
2 parents 927bcd7 + 9c593c7 commit 8838ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/articles/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A song contains four main components:

- Metadata - Miscellaneous info about the song, such as title, album, charter etc.
- Sync track - Markers that define time signature and tempo
- [Global events](Events.md) - Events that are not tied to an instrument
- [Global events](events.md) - Events that are not tied to an instrument
- Instruments - The instrument track data

### Metadata
Expand Down Expand Up @@ -117,7 +117,7 @@ syncTrack.Tempo.RemoveUnneeded();
syncTrack.TimeSignatures.RemoveUnneeded();
```

ChartTools includes other utilities for various purposes. [Learn more](Tools.md).
ChartTools includes other utilities for various purposes. [Learn more](tools.md).

## Writing files
Finally, changes can be saved to a file using the `ToFile` method of the `Song` class, with the format determined by the file extension.
Expand All @@ -133,4 +133,4 @@ ChartFile.ReplaceInstrument("output.chart", guitar, <WritingConfiguration>);
```


Like when reading files, writing operations can be configured to alter how they deal with errors. [Learn more about configuring IO operations](Configuration.md).
Like when reading files, writing operations can be configured to alter how they deal with errors. [Learn more about configuring IO operations](configuration.md).

0 comments on commit 8838ac8

Please sign in to comment.