Skip to content

Commit ff46438

Browse files
authored
Merge pull request #38 from swiftlang/egorzhdan/readme-migration
Update readme after the migration to swiftlang org
2 parents 67c6359 + df1bab3 commit ff46438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ project. The minimum supported Swift version is 5.9.
2323
Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
2424
locally. Both upstream LLVM
2525
([llvm/llvm-project](https://github.com/llvm/llvm-project)) and Apple's
26-
LLVM fork ([apple/llvm-project](https://github.com/apple/llvm-project)) are
27-
supported.
26+
LLVM fork ([swiftlang/llvm-project](https://github.com/swiftlang/llvm-project))
27+
are supported.
2828

2929
Similarly to LLVM, CMake is used to build the bindings. To configure the build
3030
process, run the following command:
@@ -55,7 +55,7 @@ cmake --build {PATH_TO_BUILD_ROOT} --target LLVM_Utils
5555
of ([llvm/llvm-project](https://github.com/llvm/llvm-project)).
5656

5757
`stable/YYYYMMDD` branch tracks the corresponding `stable/YYYYMMDD` branch
58-
of ([apple/llvm-project](https://github.com/apple/llvm-project)).
58+
of ([swiftlang/llvm-project](https://github.com/swiftlang/llvm-project)).
5959

6060
## Contributing
6161

0 commit comments

Comments
 (0)