Skip to content

Commit

Permalink
fix: Absolute address for pricing link (#2702)
Browse files Browse the repository at this point in the history
It was breaking the builds of tolgee/documentation repo:


https://github.com/tolgee/documentation/actions/runs/11912164153/job/33197197488#step:6:50

Currently updated in docs by hand in tolgee/documentation#757.

---------

Co-authored-by: StaNov <[email protected]>
  • Loading branch information
StaNov and StaNov authored Nov 19, 2024
1 parent 41d9124 commit bfa972b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ open class MachineTranslationProperties(
@DocProperty(
description =
"Amount of machine translations users of the Free tier can request per month. " +
"Used by Tolgee Cloud, see [pricing](/pricing). Set to `-1` to disable credit-based limitation.",
"Used by Tolgee Cloud, see [pricing](https://tolgee.io/pricing). " +
"Set to `-1` to disable credit-based limitation.",
)
var freeCreditsAmount: Long = -1,
)

0 comments on commit bfa972b

Please sign in to comment.