cmd/golangorg: update GCP console UI link

The URL format has changed slightly, update it so that the Flexible
environment filter continues to be active.

Also, avoid printing directions at the end of the publish step in the
Makefile. Doing so creates overlap with the steps already listed in
the README and can be confusing. Instead, point back to the README.

Change-Id: If1d06735dff5744b81ad127e8621a35fa5bf167b
Reviewed-on: https://go-review.googlesource.com/c/website/+/234679
Reviewed-by: Chris Broadfoot <cbro@golang.org>
diff --git a/cmd/golangorg/Makefile b/cmd/golangorg/Makefile
index 03ca9ec..e1ffcbb 100644
--- a/cmd/golangorg/Makefile
+++ b/cmd/golangorg/Makefile
@@ -75,7 +75,4 @@
 		--splits=$(shell make get-latest-id)=1 \
 		--project=$(GCP_PROJECT)
 
-	@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-	@echo Stop and/or delete old versions:
-	@echo "https://console.cloud.google.com/appengine/versions?project=$(GCP_PROJECT)&serviceId=$(GCP_SERVICE)&versionsquery=%255B%257B_22k_22_3A_22env_22_2C_22t_22_3A10_2C_22v_22_3A_22_5C_22FLEXIBLE_5C_22_22_2C_22s_22_3Atrue%257D%255D"
-	@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+	@echo Continue with the rest of the steps in \"Deploying to golang.org\" in the README.
diff --git a/cmd/golangorg/README.md b/cmd/golangorg/README.md
index 2f62d0c..228b62f 100644
--- a/cmd/golangorg/README.md
+++ b/cmd/golangorg/README.md
@@ -70,7 +70,7 @@
 	Keep at least one older verson to roll back to, just in case.
 
 	You can view, stop/delete, or migrate traffic between versions via the
-	[GCP Console UI](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=default&versionsquery=%255B%257B_22k_22_3A_22env_22_2C_22t_22_3A10_2C_22v_22_3A_22_5C_22FLEXIBLE_5C_22_22_2C_22s_22_3Atrue%257D%255D).
+	[GCP Console UI](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=default&pageState=(%22versionsTable%22:(%22f%22:%22%255B%257B_22k_22_3A_22Environment_22_2C_22t_22_3A10_2C_22v_22_3A_22_5C_22Flexible_5C_22_22_2C_22s_22_3Atrue_2C_22i_22_3A_22env_22%257D%255D%22))).
 
 5.	You're done.