Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 4d2f235

Browse files
committed
doc: remove spec file guide
1 parent 8dec615 commit 4d2f235

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main]
66
paths-ignore:
7-
- docs/*
87
- README.md
98
pull_request:
109
branches: [main]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ It will create an `.sqlpkg` folder in the current directory. After that, all oth
190190

191191
The package spec file describes a particular package so that `sqlpkg` can work with it. It is usually created by the package author, so if you are a `sqlpkg` user, you don't need to worry about that.
192192

193-
If you _are_ a package author, who wants your package to be installable by `sqlpkg`, learn how to create a [spec file](docs/spec-file.md).
193+
If you _are_ a package author, who wants your package to be installable by `sqlpkg`, learn how to create a [spec file](https://github.com/nalgeon/sqlpkg/blob/main/spec.md).
194194

195195
## Lockfile
196196

docs/spec-file.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)