File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -911,5 +911,4 @@ if (ResultUtils.isErr(result)) {
911911## See Also
912912
913913- [ Usage Examples] ( ./usage-examples.md ) - Practical usage examples
914- - [ Builder Pattern Guide] ( ./builder-pattern.md ) - Comprehensive builder patterns
915914- [ Package URL Spec] ( https://github.com/package-url/purl-spec ) - Official specification
Original file line number Diff line number Diff line change @@ -137,18 +137,3 @@ const purl = new PackageURL(
137137
138138- [ API Reference] ( ./api-reference.md ) - Complete API docs
139139- [ Usage Examples] ( ./usage-examples.md ) - Common patterns
140- - [ Getting Started] ( ./getting-started.md ) - Detailed setup
141- - [ CLAUDE.md] ( ../CLAUDE.md ) - Development standards
142-
143- ---
144-
145- ## ✅ Checklist
146-
147- - [ ] Installed dependencies (` pnpm install ` )
148- - [ ] Tests passing (` pnpm test ` )
149- - [ ] Read [ API Reference] ( ./api-reference.md )
150- - [ ] Understand Package URL spec
151- - [ ] Know commit format (conventional commits)
152- - [ ] Ready to contribute!
153-
154- ** Welcome!** 🎉
Original file line number Diff line number Diff line change @@ -628,5 +628,4 @@ if (isNpmPackage(purl) && hasVersion(purl)) {
628628## See Also
629629
630630- [ API Reference] ( ./api-reference.md ) - Complete API documentation
631- - [ Builder Pattern Guide] ( ./builder-pattern.md ) - Builder pattern reference
632631- [ Package URL Spec] ( https://github.com/package-url/purl-spec ) - Official specification
You can’t perform that action at this time.
0 commit comments