From f504b63f6f95ab634015347650a612d3bfa7bbc0 Mon Sep 17 00:00:00 2001 From: Smit Hinsu Date: Wed, 3 Apr 2019 14:05:23 -0700 Subject: [PATCH] Remove links to internal google docs, updating them to point to GitHub. PiperOrigin-RevId: 241801638 --- mlir/g3doc/LangRef.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mlir/g3doc/LangRef.md b/mlir/g3doc/LangRef.md index f28fc0d..497595b 100644 --- a/mlir/g3doc/LangRef.md +++ b/mlir/g3doc/LangRef.md @@ -14,9 +14,8 @@ high-performance target-specific code. MLIR stands for one of "Multi-Level IR" or "Multi-dimensional Loop IR" or "Machine Learning IR" - the MLIR team prefers the first interpretation. This document defines and describes the key concepts in MLIR, and is intended to be a -dry reference document - [rationale documentation](Rationale.md), -[system overview documentation](https://docs.google.com/document/d/1yRqja94Da6NtKmPxSYtTx6xbUtughLANyeD7dZ7mOBM/edit#) -and other content is hosted elsewhere. +dry reference document - [rationale documentation](Rationale.md) and other +content is hosted elsewhere. MLIR is designed to be used in three different forms: a human-readable textual form suitable for debugging, an in-memory form suitable for programmatic -- 2.7.4