Skip to content

Commit 90b720d

Browse files
committed
Update documentation paths from Doc/quickstart.md to quickstart.md
1 parent 6a26b4d commit 90b720d

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6060
### Added
6161
- **Delphi 13 Support**: Full support for Delphi 13 (packages in `Delphi30` folder)
6262
- **MasterDetail Demo**: Comprehensive example with configurable database persistence
63-
- **Quick Start Guide**: New documentation at `Doc/quickstart.md`
63+
- **Quick Start Guide**: New documentation at `quickstart.md`
6464
- **Roadmap**: Project roadmap at `ROADMAP.md`
6565
- **About Dialog**: Bold history and version info in IDE menu
6666
- **Model Editor Enhancements**:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bold for Delphi is best suited for:
1515
## Getting Started
1616

1717
- **[Documentation](https://bero.github.io/BoldForDelphi/)** - Full documentation including concepts, class reference, and FAQ.
18-
- **[Quick Start Guide](Doc/quickstart.md)** - Step-by-step instructions to install Bold, build your first model, and run the MasterDetail example application.
18+
- **[Quick Start Guide](quickstart.md)** - Step-by-step instructions to install Bold, build your first model, and run the MasterDetail example application.
1919
- **[Roadmap](ROADMAP.md)** - Development plans, supported features, and future directions for Bold for Delphi.
2020
- **[Changelog](CHANGELOG.md)** - Version history and release notes.
2121

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It should be easy to get a good understanding of what Bold is and in what cases
4444

4545
| Status | Notes |
4646
|--------|-------|
47-
| :white_check_mark: | Quick Start Guide (`Doc/quickstart.md`) |
47+
| :white_check_mark: | Quick Start Guide (`quickstart.md`) |
4848
| :white_check_mark: | Example documentation in browser |
4949
| :white_check_mark: | Add about dialog to Bold menu item in IDE |
5050
| :white_check_mark: | Changelog (`CHANGELOG.md`) |

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6060
### Added
6161
- **Delphi 13 Support**: Full support for Delphi 13 (packages in `Delphi30` folder)
6262
- **MasterDetail Demo**: Comprehensive example with configurable database persistence
63-
- **Quick Start Guide**: New documentation at `Doc/quickstart.md`
63+
- **Quick Start Guide**: New documentation at `quickstart.md`
6464
- **Roadmap**: Project roadmap at `ROADMAP.md`
6565
- **About Dialog**: Bold history and version info in IDE menu
6666
- **Model Editor Enhancements**:

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Basic CRUD application demonstrating:
3131
- Database persistence with SQLite (preconfigured)
3232
- Navigator controls
3333

34-
**Note**: Requires the Bold design-time package to be installed first. See the [Quick Start Guide](../../Doc/quickstart.md) Step 2.
34+
**Note**: Requires the Bold design-time package to be installed first. See the [Quick Start Guide](../../quickstart.md) Step 2.
3535

3636
```
3737
examples\Simple\ObjectSpace\MasterDetail\MasterDetail.dproj
File renamed without changes.

0 commit comments

Comments
 (0)