|
|
@ -25,7 +25,7 @@ export class HelpService { |
|
|
const result: string[] = []; |
|
|
const result: string[] = []; |
|
|
|
|
|
|
|
|
for (let section of response.sections) { |
|
|
for (let section of response.sections) { |
|
|
const content = section.content.replace(/href="\.\.\/GLOSSARY\.html/, 'target="_blank" href="https://docs.squidex.io/GLOSSARY.html'); |
|
|
const content = section.content.replace(/href="\.\.\/GLOSSARY\.html/g, 'target="_blank" href="https://docs.squidex.io/GLOSSARY.html'); |
|
|
|
|
|
|
|
|
result.push(content); |
|
|
result.push(content); |
|
|
} |
|
|
} |
|
|
|