Skip to content

Commit

Permalink
Fixes website link
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureDoom committed Aug 7, 2023
1 parent b6d97f2 commit 53a38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azurelib_utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (!semverSatisfies(semverCoerce(Blockbench.version), SUPPORTED_BB_VERSION_RANG
id: 'project',
title: 'AzureLib Model Settings',
width: 540,
lines: [`<b class="tl"><a href="https://AzureLib.com">AzureLib</a> Animation Utils v${version}</b>`],
lines: [`<b class="tl"><a href="https://www.azuredoom.com">AzureLib</a> Animation Utils v${version}</b>`],
form: {
objectType: {label: 'Object Type', type: 'select', default: azurelibSettings.objectType, options: OBJ_TYPE_OPTIONS},
// modSDK: {label: 'Modding SDK', type: 'select', default: azurelibSettings.modSDK, options: MOD_SDK_OPTIONS},
Expand Down

0 comments on commit 53a38bd

Please sign in to comment.