Skip to content

Commit 2d2acce

Browse files
committed
docs: remove local paths from UPSTREAM.md
1 parent a30f0f8 commit 2d2acce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPSTREAM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Repository: https://github.com/HDFGroup/hdf5
1616
Branch: develop
1717
Commit: [`bc8f6bb02a`](https://github.com/HDFGroup/hdf5/commit/bc8f6bb02aaa8b162bf04b42f2b59bcbbbfcf9f8)
1818
Date: 2025-12-19 (local sync)
19-
Local Copy: D:\projects\scigolibs\hdf5c (for development reference)
19+
Local Copy: Clone repository for development reference
2020

2121
## Upstream Sync History
2222

@@ -101,7 +101,7 @@ When syncing with upstream changes:
101101

102102
1. **Check HDF5 releases**: https://github.com/HDFGroup/hdf5/releases
103103
2. **Review security advisories**: Check for CVEs affecting our supported formats
104-
3. **Pull latest**: `cd D:\projects\scigolibs\hdf5c && git pull origin develop`
104+
3. **Pull latest**: `git pull origin develop` (in your local HDF5 clone)
105105
4. **Analyze relevant commits**: Focus on format changes, not C-specific code
106106
5. **Update this file**: Document what was synced and when
107107
6. **Create tasks**: Add implementation tasks to docs/dev/backlog/

0 commit comments

Comments
 (0)