From 4d8d81924f189ef39ccdc2d9db650d9661f59413 Mon Sep 17 00:00:00 2001 From: Andrew Keeton <208120+akeeton@users.noreply.github.com> Date: Mon, 8 Jul 2019 14:40:45 -0400 Subject: [PATCH 1/2] Remove link from code block Links don't work in Markdown code blocks --- ...pilationrepresentationattribute.flags-property-[fsharp].md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md b/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md index b573a818..6b85926d 100644 --- a/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md +++ b/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md @@ -24,7 +24,7 @@ Indicates one or more adjustments to the compiled representation of an F# type o ```fsharp // Signature: -member this.Flags : [CompilationRepresentationFlags](https://msdn.microsoft.com/library/e32f2b3e-34f0-4e03-8bcc-05ed535c0b51) +member this.Flags : CompilationRepresentationFlags // Usage: compilationRepresentationAttribute.Flags @@ -45,4 +45,4 @@ Supported in: 2.0, 4.0, Portable ## See Also [Core.CompilationRepresentationAttribute Class (F#)](Core.CompilationRepresentationAttribute-Class-%5BFSharp%5D.md) -[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md) \ No newline at end of file +[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md) From a17914c2beb12f9a70e0d7cb339bae85280bf286 Mon Sep 17 00:00:00 2001 From: Andrew Keeton Date: Mon, 8 Jul 2019 14:58:31 -0400 Subject: [PATCH 2/2] Revert change at EOF introduced by GitHub --- ...ompilationrepresentationattribute.flags-property-[fsharp].md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md b/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md index 6b85926d..8ddb7ecc 100644 --- a/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md +++ b/docs/conceptual/compilationrepresentationattribute.flags-property-[fsharp].md @@ -45,4 +45,4 @@ Supported in: 2.0, 4.0, Portable ## See Also [Core.CompilationRepresentationAttribute Class (F#)](Core.CompilationRepresentationAttribute-Class-%5BFSharp%5D.md) -[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md) +[Microsoft.FSharp.Core Namespace (F#)](Microsoft.FSharp.Core-Namespace-%5BFSharp%5D.md) \ No newline at end of file