Skip to content

Commit

Permalink
update NOTES url's
Browse files Browse the repository at this point in the history
  • Loading branch information
f4alt committed Dec 6, 2023
1 parent 8acda1b commit e8dd79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ user@linux:~/bext (main) $ git ls-tree main tcl/tcl
The operation of updating submodules requires a full git clone, rather than the shallow
checkouts used in normal operation:
```
user@linux:~ $ git clone --recurse-submodules [email protected]:starseeker/bext.git
user@linux:~ $ git clone --recurse-submodules [email protected]:BRL-CAD/bext.git
user@linux:~ $ cd bext
user@linux:~/bext (main) $ git submodule update --remote
Submodule path 'assetimport/assimp': checked out '6a08c39e3a91ef385e76515cfad86aca4bfd57ff'
Expand Down Expand Up @@ -179,7 +179,7 @@ Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 352 bytes | 352.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To github.com:starseeker/bext.git
To github.com:BRL-CAD/bext.git
23bb902..00ffbf0 main -> main
```

0 comments on commit e8dd79e

Please sign in to comment.