Skip to content

Commit 137aa53

Browse files
authored
Merge branch 'master' into development
2 parents 391a031 + 6dc8352 commit 137aa53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check the below list for technical documentation on each script.
1818

1919
## Scripts
2020

21-
To quickly install or update all the scripts below, use `install_dba-multitool.sql`.
21+
To quickly install or update all the scripts below, use [`install_dba-multitool.sql`](../install_dba-multitool.sql).
2222

2323
| Name | Description |
2424
| ---- | ----------- |

sp_doc.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ BEGIN
101101
,@ParmDefinition NVARCHAR(500)
102102
,@QuotedDatabaseName SYSNAME
103103
,@Msg NVARCHAR(MAX)
104-
,@LastUpdated NVARCHAR(20) = '2020-10-01'
104+
,@LastUpdated NVARCHAR(20) = '2020-10-06'
105105
-- Variables used for Emoji mode
106106
,@Yes VARCHAR(20) = 'yes'
107107
,@No VARCHAR(20) = 'no'
@@ -1126,7 +1126,7 @@ BEGIN
11261126
--Attribution
11271127
SET @Sql = @Sql + N'INSERT INTO #markdown
11281128
VALUES (CONCAT(CHAR(13), CHAR(10), ''----''))
1129-
,(CONCAT(CHAR(13), CHAR(10), ''*Markdown generated by [sp_doc](https://expresssql.lowlydba.com/)''))
1129+
,(CONCAT(CHAR(13), CHAR(10), ''*Markdown generated by [sp_doc](http://dba-multitool.org)''))
11301130
,(CONCAT('' at '', SYSDATETIMEOFFSET(), ''.*''));';
11311131

11321132
--Return all data

0 commit comments

Comments
 (0)