Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Feb 7, 2024
1 parent 490e321 commit 8c822f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions unreal/inkcpp/Source/inkcpp/Public/inkcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* @defgroup unreal Unreal Blueprints
* Blueprint Classes usable in Unreal. An example can be found
* [here](unreal/inkCPP_DEMO.zip), do not forgett to install the plugin via the marketplace(soonTM)
* [here](unreal/InkCPP_DEMO.zip), do not forgett to install the plugin via the marketplace(soonTM)
* or unzipping the `unreal.zip` from the [release
* page](https://github.com/JBenda/inkcpp/releases/latest) to `/YOUR_UNREAL_PROJECT/Plugins/`. <br/>
* And eitherway activating the plugin.
Expand Down Expand Up @@ -98,16 +98,16 @@
*
* @section ue_example The Example project
*
* [Download](../unreal/inkCPP_DEMO.zip)
* [Download](../unreal/InkCPP_DEMO.zip)
*
* @subsection ue_example_setup Setup
*
* To setup the [example project](../unreal/inkCPP_DEMO.zip) install the Plugin via the [UE
* To setup the [example project](../unreal/InkCPP_DEMO.zip) install the Plugin via the [UE
* marketplace](https://www.unrealengine.com/product/494904fc50f747db879c297ee57cf122) place unpack
* the `unreal.zip` from the [release page](https://github.com/JBenda/inkcpp/releases/latest) inside
* `/PATH/inkCPP_DEMO/Plugins/`.
* `/PATH/InkCPP_DEMO/Plugins/`.
*
* Next open the project via the `inkCPP_DEMO/inkCPP_DEMO.uproject` flie.
* Next open the project via the `InkCPP_DEMO/InkCPP_DEMO.uproject` flie.
*
* Than you can hit play to run the demo.
*
Expand Down

0 comments on commit 8c822f9

Please sign in to comment.