From ee1fc7f0692347d428fc8531d28014d0c152ba2a Mon Sep 17 00:00:00 2001 From: "Rui F. David" Date: Fri, 18 Nov 2022 06:15:44 -0500 Subject: [PATCH] added https to blog post link When clicking on "Google AI blog post", it redirects to a local path instead of the external URL. This small fix adds https to the link so the page can open as expected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6540c82b7..2b4df0c18 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ which standard benchmark datasets are just individual points. GraphWorld also trains and tests any number of (user-)specified GNN models on each synthetic dataset, and outputs easily-consumable tabular data for analyzing the results. This allows researchers to test GNNs far outside the statistical realm of the -usual datasets! Check out our official [Google AI blog post](goo.gle/3wdl8rU) +usual datasets! Check out our official [Google AI blog post](https://goo.gle/3wdl8rU) for more detail! The animation below was constructed from a GraphWorld node classification