Skip to content

Commit

Permalink
Merge pull request #1246 from keymanapp/fix/language-resource-page-links
Browse files Browse the repository at this point in the history
fix: misformatted links for iOS engine LanguageResource page
  • Loading branch information
jahorton authored May 9, 2024
2 parents f60fcfa + 0721935 commit 3992a07
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ underscores only.

: The ID of the resource's source package. Is 'optional' for legacy reasons.

`packageKey: KeymanPackage.Key`
`packageKey: `[`KeymanPackage.Key`](../KeymanPackage/key)

: The unique identifier for the resource's source package.

Expand All @@ -82,7 +82,7 @@ underscores only.
: The filename of the package component used internally within Keyman Engine
to load the resource.

`fullID: [AnyLanguageResourceFullID](LanguageResourceFullID)`
`fullID: `[`AnyLanguageResourceFullID`](LanguageResourceFullID)

: A unique identifier used in language resource searches and comparisons.

Expand All @@ -93,11 +93,11 @@ itself was added in Keyman Engine for iPhone and iPad 14.0.

## See Also

`[KeymanPackage](../KeymanPackage)`
[`KeymanPackage`](../KeymanPackage)

: Represents packages containing language resources.

`[LanguageResourceFullID](LanguageResourceFullID)`
[`LanguageResourceFullID`](LanguageResourceFullID)

: Unique identifiers used in language resource searches and comparisons.

0 comments on commit 3992a07

Please sign in to comment.