Remove file reference from property documentation.
[openssl.git] / doc / man7 / property.pod
index 88f5400dbc591155b1c547982e3a6e30192525ef..e05f112b6562d9056d7d24b0db5c0bc62ad6d9f8 100644 (file)
@@ -103,9 +103,6 @@ The lexical syntax in EBNF is given by:
  NumberLiteral  ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ ) | '-'? [1-9] [0-9]+
  PropertyName   ::= [A-Z] [A-Z0-9_]* ( '.' [A-Z] [A-Z0-9_]* )*
 
-Railroad diagrams for this grammar can be found in the
-F<crypto/property/properties.xhtml> file.
-
 =head1 HISTORY
 
 Properties were added in OpenSSL 3.0