From 92b6e0fec516b4059d5c5c5fc803868af290c7bf Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Tue, 17 Dec 2024 19:55:24 -0600 Subject: [PATCH] Fix broken links to other markdown pages Does not fix release notes, javadocs, nor any external links. --- src/main/markdown/community-group-charter.md | 2 +- src/main/markdown/doc/latest/polymer-tutorial/create.md | 2 +- .../markdown/doc/latest/polymer-tutorial/elements-buildui.md | 2 +- .../markdown/doc/latest/polymer-tutorial/widgets-buildui.md | 2 +- src/main/markdown/doc/latest/tutorial/index.md | 4 ++-- src/main/markdown/download.md | 2 +- src/main/markdown/gettingstarted-v2.md | 2 +- src/main/markdown/gettingstarted.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/markdown/community-group-charter.md b/src/main/markdown/community-group-charter.md index b15af1527..80c1b0f45 100644 --- a/src/main/markdown/community-group-charter.md +++ b/src/main/markdown/community-group-charter.md @@ -11,7 +11,7 @@ GWT is open source, and is licensed according to the terms of the [Apache 2.0 Li Here are some important GWT resources: * [The GWT Home Page](https://www.gwtproject.org "The GWT Home Page") -* The GWT Developer Documentation, including the [Overview](docs/latest/DevGuide.html "Overview"), the [Tutorials](doc/latest/tutorial/index.html "Tutorials"), and the [API Reference](doc/latest/RefGWTClassAPI.html "API Reference") +* The GWT Developer Documentation, including the [Overview](doc/latest/DevGuide.html "Overview"), the [Tutorials](doc/latest/tutorial/index.html "Tutorials"), and the [API Reference](doc/latest/RefGWTClassAPI.html "API Reference") * [The Discussion Group Archives](http://groups.google.com/group/Google-Web-Toolkit/topics "Discussion Group Archives") * [The GWT Issue Tracker](https://github.com/gwtproject/gwt/issues?q=is%3Aissue "The GWT Issue Tracker") diff --git a/src/main/markdown/doc/latest/polymer-tutorial/create.md b/src/main/markdown/doc/latest/polymer-tutorial/create.md index 5625797c0..99c71f89a 100644 --- a/src/main/markdown/doc/latest/polymer-tutorial/create.md +++ b/src/main/markdown/doc/latest/polymer-tutorial/create.md @@ -37,7 +37,7 @@ For the **TodoList** project, we'll need to run `webAppCreator` with the followi You may have to modify the `pom.xml` before you can run the application. Add `pom` to the gwt dependency, otherwise you will encounter an error. See the "Creating a `Maven` project" section in the [webAppCreator documentation](https://www.gwtproject.org/doc/latest/RefCommandLineTools.html#webAppCreator) for more information. -2. Run the application in [SuperDevMode](articles/superdevmode.html). +2. Run the application in [SuperDevMode](../../../articles/superdevmode.html). To check that the project was created correctly start the new app in SuperDevMode. diff --git a/src/main/markdown/doc/latest/polymer-tutorial/elements-buildui.md b/src/main/markdown/doc/latest/polymer-tutorial/elements-buildui.md index 5b9764a05..69bc9d6fc 100644 --- a/src/main/markdown/doc/latest/polymer-tutorial/elements-buildui.md +++ b/src/main/markdown/doc/latest/polymer-tutorial/elements-buildui.md @@ -6,7 +6,7 @@ In this chapter we'll build a modern looking UI for the **TodoList** application 1. Create the **main screen** of the application. - We will create a [UiBinder](DevGuideUiBinder.html) screen composed of a java file (`Main.java`) and its visual descriptor (`Main.ui.xml`). + We will create a [UiBinder](../DevGuideUiBinder.html) screen composed of a java file (`Main.java`) and its visual descriptor (`Main.ui.xml`). You can generate these files either by copying the following snippets, or by using the Eclipse GWT plugin. diff --git a/src/main/markdown/doc/latest/polymer-tutorial/widgets-buildui.md b/src/main/markdown/doc/latest/polymer-tutorial/widgets-buildui.md index 4e0f573a4..f724b9d0c 100644 --- a/src/main/markdown/doc/latest/polymer-tutorial/widgets-buildui.md +++ b/src/main/markdown/doc/latest/polymer-tutorial/widgets-buildui.md @@ -7,7 +7,7 @@ In this chapter we'll build a modern looking UI for the **TodoList** application 1. Create the **main screen** of the application. - We will create a [UiBinder](DevGuideUiBinder.html) screen composed of a java file (`Main.java`) and its visual descriptor (`Main.ui.xml`). + We will create a [UiBinder](../DevGuideUiBinder.html) screen composed of a java file (`Main.java`) and its visual descriptor (`Main.ui.xml`). You can generate these files either by copying the following snippets, or by using the Eclipse GWT plugin. diff --git a/src/main/markdown/doc/latest/tutorial/index.md b/src/main/markdown/doc/latest/tutorial/index.md index e6fa6c5fe..ef743898b 100644 --- a/src/main/markdown/doc/latest/tutorial/index.md +++ b/src/main/markdown/doc/latest/tutorial/index.md @@ -31,13 +31,13 @@ You may also optionally do the following: 1. Install the Google App Engine SDK. * Google App Engine allows you to run Java web applications, including GWT applications, on Google's infrastructure. The App Engine SDK can be downloaded with the Google Plugin for Eclipse. Alternatively, download the [App Engine SDK](https://developers.google.com/appengine/downloads) for Java separately. -2. [Create and run your first web application](../../../gettingstarted.html#create) - A few, simple steps to familiarize you with the command line commands. +2. [Create and run your first web application](../../../gettingstarted-v2.html#create) - A few, simple steps to familiarize you with the command line commands. ## GWT Tutorials ### Build a Sample GWT Application -1. [Build a Sample GWT Application](gettingstarted-v2.html) +1. [Build a Sample GWT Application](../../../gettingstarted-v2.html) * Get started with GWT by developing the StockWatcher application from scratch. You'll learn to create a GWT project, build the UI with GWT wigdets and panels, code the client-side functionality in the Java language, debug in development mode, apply CSS styles, compile the Java into JavaScript, and run the application in production mode. ### Client-Server Communication diff --git a/src/main/markdown/download.md b/src/main/markdown/download.md index 54137023a..b7aa0605f 100644 --- a/src/main/markdown/download.md +++ b/src/main/markdown/download.md @@ -66,7 +66,7 @@ Download
Download Plugin & SDKs

- Next: Go to Set up Eclipse, then Build a Sample App + Next: Go to Set up Eclipse, then Build a Sample App

diff --git a/src/main/markdown/gettingstarted-v2.md b/src/main/markdown/gettingstarted-v2.md index ec750ca61..89307edde 100644 --- a/src/main/markdown/gettingstarted-v2.md +++ b/src/main/markdown/gettingstarted-v2.md @@ -1,7 +1,7 @@ Getting Started === -Starting with 2.11.0 of the GWT SDK the [webAppCreator](gettingstarted-outdated.html) is deprecated. Instead, we will use +Starting with 2.11.0 of the GWT SDK the [webAppCreator](gettingstarted.html) is deprecated. Instead, we will use the [gwt-maven-archetypes](https://github.com/tbroyer/gwt-maven-archetypes) by Thomas Broyer to create a new GWT project. Using the **artifactId: modular-webapp** the plugin generates a Maven project with separate modules for diff --git a/src/main/markdown/gettingstarted.md b/src/main/markdown/gettingstarted.md index c823bd5c7..7ada9fb84 100644 --- a/src/main/markdown/gettingstarted.md +++ b/src/main/markdown/gettingstarted.md @@ -159,4 +159,4 @@ set up Eclipse to use the GWT SDK: [Set up Eclipse](usingeclipse.html) If you are going to stick with the command line, check out Speed Tracer and then -head over to [Build a Sample GWT App](doc/latest/tutorial/gettingstarted-v2.html). +head over to [Build a Sample GWT App](doc/latest/tutorial/gettingstarted.html).