Skip to content

Commit a234d58

Browse files
authored
Remove dead Packaging Guide link [skip ci]
1 parent e388afd commit a234d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/developer-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ There are detailed instructions for setting up a Cesium for Unreal development e
3636

3737
## Deployment instructions
3838

39-
- The [Packaging Guide](packaging-guide.md) describes how to create a package and use it in a local Unreal installation. This is similar to installing it from the Unreal Engine Marketplace, but allows testing non-release branches.
4039
- The [Release Process](release-process.md) describes the necessary steps to publish a new version of the plugin to the Unreal Marketplace.
40+
- To package the plugin, take a look at the scripts that do the packaging on [GitHub Actions](https://github.com/CesiumGS/cesium-unreal/blob/main/.github/workflows/build.yml).
4141

4242
## Run the tests
4343

@@ -55,4 +55,4 @@ There are detailed instructions for setting up a Cesium for Unreal development e
5555
- Run `npm install`
5656
- Run `npm run doxygen`
5757

58-
The reference documentation will be written to `Documentation/Reference`.
58+
The reference documentation will be written to `Documentation/Reference`.

0 commit comments

Comments
 (0)