Merge pull request #18111 from liviuconcioiu/linnks

Update links
This commit is contained in:
Maurício Meneghini Fauth 2023-02-19 22:05:21 -03:00 committed by GitHub
commit 820e14e55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ class Pbxt extends StorageEngine
__(
'Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.'
),
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/mariadb/about-pbxt/')
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/about-pbxt/')
. '" rel="noopener noreferrer" target="_blank">',
'</a>'
)

View File

@ -2156,7 +2156,7 @@ class Table implements Stringable
// specifying index type is allowed only for primary, unique and index only
// TokuDB is using Fractal Tree, Using Type is not useless
// Ref: https://mariadb.com/kb/en/mariadb/storage-engine-index-types/
// Ref: https://mariadb.com/kb/en/storage-engine-index-types/
$type = $index->getType();
if (
$index->getChoice() !== 'SPATIAL'

View File

@ -229,7 +229,7 @@ class PbxtTest extends AbstractTestCase
__(
'Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.'
),
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/mariadb/about-pbxt/')
'<a href="' . Core::linkURL('https://mariadb.com/kb/en/about-pbxt/')
. '" rel="noopener noreferrer" target="_blank">',
'</a>'
)