Skip to content

Commit 9fd9da1

Browse files
authored
Merge branch 'master' into development
2 parents 8c98432 + eb1e143 commit 9fd9da1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/sp_doc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fewer *free* options exist to help present databases in a human readable format.
2626

2727
`sp_doc`'s goal is to generate on the fly database documentation in
2828
markdown. This means you now have a free and extensible
29-
self*documenting database! By building the tool in T*SQL, the documenting
29+
self-documenting database! By building the tool in T-SQL, the documenting
3030
process can remain simple, secure, require no additional infrastructure, and avoid
3131
red tape that third party applications often require.
3232

@@ -41,6 +41,7 @@ It documents:
4141
* Synonyms
4242
* Scalar Functions
4343
* Inline Table Functions
44+
* User Defined Table Types
4445

4546
and plays nice with:
4647

@@ -104,6 +105,6 @@ Missing a feature? Found a bug? Open an [issue][issue] to get some :heart:
104105

105106
Check out the other scripts in the [DBA MultiTool][tool].
106107

107-
[tool]: https://expresssql.lowlydba.com/
108+
[tool]: http://dba-multitool.org
108109
[issue]: https://github.com/LowlyDBA/dba-multitool/issues
109110
[sample]: https://github.com/LowlyDBA/dba-multitool/blob/master/docs/WideWorldImporters.md

docs/sp_helpme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Missing a feature? Found a bug? Open an [issue][issue] to get some :heart:
5050

5151
Check out the other scripts in the [DBA MultiTool][tool].
5252

53-
[tool]: https://expresssql.lowlydba.com/
53+
[tool]: http://dba-multitool.org
5454
[issue]: https://github.com/LowlyDBA/dba-multitool/issues

docs/sp_sizeoptimiser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Check out the other scripts in the [DBA MultiTool][tool].
230230
[binary]: https://docs.microsoft.com/en-us/sql/t-sql/data-types/binary-and-varbinary-transact-sql?view=sql-server-2017
231231
[char]: https://docs.microsoft.com/en-us/sql/t-sql/data-types/char-and-varchar-transact-sql?view=sql-server-2017
232232
[dec]: https://docs.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql?view=sql-server-2017
233-
[tool]: https://expresssql.lowlydba.com/
233+
[tool]: http://dba-multitool.org
234234
[float]: https://docs.microsoft.com/en-us/sql/t-sql/data-types/float-and-real-transact-sql?view=sql-server-2017
235235
[issue]: https://github.com/LowlyDBA/dba-multitool/issues
236236
[nchar]: https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql?view=sql-server-2017

0 commit comments

Comments
 (0)