Skip to content

Commit 3009382

Browse files
gmarullcodex
andcommitted
docs: fix UiFramework external reference
Update the UiFramework external reference to point at the RePebble Layers guide. Remove the stale Graphics chapter mention from the applib docs. Co-authored-by: GPT-5 Codex <codex@openai.com> Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent dc0971d commit 3009382

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/docs/external_refs/UiFramework.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
limitations under the License.
1515
-->
1616

17-
<a href="https://developer.getpebble.com/guides/pebble-apps/display-and-animations/layers/">User Interface Layers chapter in the Pebble Developer Guides</a>
17+
<a href="https://developer.repebble.com/guides/user-interfaces/layers/">User Interface Layers chapter in the Pebble Developer Guides</a>

src/fw/applib/graphics/graphics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef struct FrameBuffer FrameBuffer;
2727
//! are documented below.
2828
//! See \ref GraphicsContext for more information about the graphics context.
2929
//!
30-
//! Refer to \htmlinclude UiFramework.html (chapter "Layers" and "Graphics") for a
30+
//! Refer to \htmlinclude UiFramework.html (chapter "Layers") for a
3131
//! conceptual overview of the drawing system, Layers and relevant code examples.
3232
//!
3333
//! Other drawing functions and related documentation:

0 commit comments

Comments
 (0)