chore: update issues URLs to new repository

This commit is contained in:
Julien Neuhart
2021-08-22 13:27:40 +02:00
parent 0cfac31bca
commit 0e417430b8
4 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ func (mod Unoconv) PDF(ctx context.Context, logger *zap.Logger, inputPath, outpu
err = cmd.Exec()
// Always remove the user profile directory created by LibreOffice.
// See https://github.com/thecodingmachine/gotenberg/issues/192.
// See https://github.com/gotenberg/gotenberg/issues/192.
go func() {
logger.Debug(fmt.Sprintf("remove user profile directory '%s'", userProfileDirPath))