diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 2abd81bd66..1059a15dcb 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -21,10 +21,10 @@ jobs: - name: Checkout SerenityOS/serenity uses: actions/checkout@v3 - - name: Checkout linusg/libjs-test262 + - name: Checkout SerenityOS/libjs-test262 uses: actions/checkout@v3 with: - repository: linusg/libjs-test262 + repository: SerenityOS/libjs-test262 path: libjs-test262 - name: Checkout linusg/libjs-website diff --git a/Meta/Lagom/ReadMe.md b/Meta/Lagom/ReadMe.md index f8fdd03af9..13296c0979 100644 --- a/Meta/Lagom/ReadMe.md +++ b/Meta/Lagom/ReadMe.md @@ -22,10 +22,10 @@ Lagom is used by the Serenity project in the following ways: ## Using Lagom in an External Project It is possible to use Lagom for your own projects outside of Serenity too! -An example of this in use can be found in [Linus's LibJS test262 runner](https://github.com/linusg/libjs-test262). +An example of this in use can be found in the [LibJS test262 runner](https://github.com/SerenityOS/libjs-test262). To implement this yourself: -- Download a copy of [linusg/libjs-test262/cmake/FetchLagom.cmake](https://github.com/linusg/libjs-test262/blob/7832c333c1504eecf1c5f9e4247aa6b34a52a3be/cmake/FetchLagom.cmake) and place it wherever you wish +- Download a copy of [SerenityOS/libjs-test262/cmake/FetchLagom.cmake](https://github.com/SerenityOS/libjs-test262/blob/7832c333c1504eecf1c5f9e4247aa6b34a52a3be/cmake/FetchLagom.cmake) and place it wherever you wish - In your root `CMakeLists.txt`, add the following commands: ```cmake include(FetchContent)