Skip to content

Commit

Permalink
fix(nc-gui): invalid docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPhoenix2704 committed Feb 29, 2024
1 parent 5cf7e33 commit fed7b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nc-gui/components/dlg/ViewCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ onMounted(async () => {
<a
v-if="!form.copy_from_id"
class="text-sm !text-gray-600 !hover:text-gray-600"
href="https://docs.nocodb.com/views/view-types/calendar/"
:href="`https://docs.nocodb.com/views/view-types/${typeAlias}`"
target="_blank"
>
Go to Docs
Expand Down

1 comment on commit fed7b2b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.1-pr-7757-20240229-1155

Please sign in to comment.