Skip to content

Commit 81e566c

Browse files
authored
Merge pull request #288 from stackql/feature/provider-docs
docs v2
2 parents 26ceeef + 04b21d1 commit 81e566c

File tree

1 file changed

+2
-2
lines changed
  • docs/snowflake-docs/providers/snowflake/database/databases

1 file changed

+2
-2
lines changed

docs/snowflake-docs/providers/snowflake/database/databases/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Parameters can be passed in the `WHERE` clause of a query. Check the [Methods](#
470470
<tr id="parameter-ignore_edition_check">
471471
<td><CopyableCode code="ignore_edition_check" /></td>
472472
<td><code>boolean</code></td>
473-
<td>Whether to allow replicating data to accounts on lower editions. Default: `true`. For more information, see the <a href="https://docs.snowflake.com/en/sql-reference/sql/alter-database"> ALTER DATABASE</a> reference.</td>
473+
<td>Whether to allow replicating data to accounts on lower editions. Default: `true`. For more information, see the <a> ALTER DATABASE</a> reference.</td>
474474
</tr>
475475
<tr id="parameter-kind">
476476
<td><CopyableCode code="kind" /></td>
@@ -490,7 +490,7 @@ Parameters can be passed in the `WHERE` clause of a query. Check the [Methods](#
490490
<tr id="parameter-share">
491491
<td><CopyableCode code="share" /></td>
492492
<td><code>string</code></td>
493-
<td>ID of the share from which to create the database, in the form &quot;<provider_account>.<share_name>&quot;.</td>
493+
<td>ID of the share from which to create the database, in the form &quot;{provider_account}.{share_name}&quot;.</td>
494494
</tr>
495495
<tr id="parameter-showLimit">
496496
<td><CopyableCode code="showLimit" /></td>

0 commit comments

Comments
 (0)