app,ui: move instructions link to package app documentation

We're about the split up and finally delete package ui. Move the
instructions link to the second most "top-level" package in Gio,
package app.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 15:24:09 +02:00
parent e7a97bf176
commit eba1b3a95f
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@
Package app provides a platform-independent interface to operating system Package app provides a platform-independent interface to operating system
functionality for running graphical user interfaces. functionality for running graphical user interfaces.
See https://gioui.org for instructions to set up and run Gio programs.
Windows Windows
Create a new Window by calling NewWindow. On mobile platforms or when Gio Create a new Window by calling NewWindow. On mobile platforms or when Gio
-2
View File
@@ -4,8 +4,6 @@
Package ui defines operations buffers, units and common operations Package ui defines operations buffers, units and common operations
for GUI programs written with the Gio module. for GUI programs written with the Gio module.
See https://gioui.org for instructions to setup and run Gio programs.
Operations Operations
Gio programs use operations, or ops, for describing their user Gio programs use operations, or ops, for describing their user