Skip to content

Commit ca12719

Browse files
committed
fix urls - underscore, .html
grep -ho '([^)]* [^)]* "wikilink"' *.md | while read in; do out=$(echo $in|sed 's/ \([^"]\)/_\1/g'); sed -i "s/$in/$out/g;" *.md; done
1 parent 601b6cb commit ca12719

16 files changed

+47
-47
lines changed

AP210e2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ title: AP210e2
55
Part 21 files
66
-------------
77

8-
[PDES-181.stp](PDES-181.stp "wikilink")
8+
[PDES-181.stp](PDES-181.stp.html)

Attributes_in_fedex_plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Still add new access function.
3838
Go through derived attributes. If STEPattribute found with same name,
3939
tell it to be \* for reading and writing
4040

41-
[Category:Code discussion](Category:Code discussion "wikilink")
41+
[Category:Code discussion](Category:Code_discussion.html)

Building_STEPcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Configuration options (append to the 'cmake ..' line):
4242
- The above options can be used from the CMake GUI as well - just look
4343
through the list of variables.
4444

45-
#### See Also: [STEPcode CMake variables](STEPcode CMake variables "wikilink")
45+
#### See Also: [STEPcode CMake variables](STEPcode_CMake_variables.html)
4646

4747
Create c++ for a schema manually:
4848
---------------------------------

Code_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Downloads
6969
Output of callgrind, cachegrind, and massif:
7070
<https://docs.google.com/open?id=0B9G1tTILtiCyTmhoLTZva0JxdTQ>
7171

72-
[Category:Code discussion](Category:Code discussion "wikilink")
72+
[Category:Code discussion](Category:Code_discussion.html)

Getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Basics](http://git-scm.com/book/en/Getting-Started-Git-Basics)
4242
Build STEPcode
4343
--------------
4444

45-
See **[Building STEPcode](Building STEPcode "wikilink")**. STEPcode uses
45+
See **[Building STEPcode](Building_STEPcode.html)**. STEPcode uses
4646
CMake, which is cross-platform and somewhat different from the
4747
traditional unix './configure && make'
4848

4949
Use STEPcode
5050
------------
5151

5252
See **[How to use STEPcode in an
53-
application](How to use STEPcode in an application "wikilink")**
53+
application](How_to_use_STEPcode_in_an_application.html)**
5454

5555
Exploring STEPcode
5656
------------------
5757

5858
[Description of the files and
59-
directories](Files and directories "wikilink")
59+
directories](Files_and_directories.html)

How_to_compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: How to compile
33
---
44

5-
See [Building STEPcode](Building STEPcode "wikilink")
5+
See [Building STEPcode](Building_STEPcode.html)

How_to_use_STEPcode_in_an_application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ CMake Integration
1111
- this will not work for applications with more than one source
1212
code file or that need to link other libs.
1313

14-
#### See also: [STEPcode CMake variables](STEPcode CMake variables "wikilink")
14+
#### See also: [STEPcode CMake variables](STEPcode_CMake_variables.html)
1515

1616
C++ examples
1717
------------
1818

1919
- [Minimal Part 21 C++
20-
example](Minimal Part 21 C++ example "wikilink")
20+
example](Minimal_Part_21_C++_example.html)
2121
- doxygen documentation of [apps using
2222
STEPcode](http://stepcode.org/stepcode-use-doxygen/)
2323
- [sc/src/express/test](https://github.com/stepcode/stepcode/tree/master/src/express/test/)
@@ -71,7 +71,7 @@ TODO
7171
See also
7272
--------
7373

74-
- [Building STEPcode](Building STEPcode "wikilink")
75-
- [How to test with CTest](How to test with CTest "wikilink")
74+
- [Building STEPcode](Building_STEPcode.html)
75+
- [How to test with CTest](How_to_test_with_CTest.html)
7676

77-
[Category:Code discussion](Category:Code discussion "wikilink")
77+
[Category:Code discussion](Category:Code_discussion.html)

Libexpress_structs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,4 @@ struct Expression_ {
391391

392392
``
393393

394-
[Category:Code discussion](Category:Code discussion "wikilink")
394+
[Category:Code discussion](Category:Code_discussion.html)

List_of_schemas.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: List of schemas
55
This list is **incomplete**. See also [schema
66
matrix](http://github.com/stepcode/stepcode/wiki/Schema-build-matrix)
77

8-
[AP203-WSEDS](AP203-WSEDS "wikilink")
8+
[AP203-WSEDS](AP203-WSEDS.html)
99

10-
[AP203 Amendment 1](AP203 Amendment 1 "wikilink")
10+
[AP203 Amendment 1](AP203_Amendment_1.html)
1111

12-
[AP203e2](AP203e2 "wikilink")
12+
[AP203e2](AP203e2.html)
1313

14-
[AP210e2](AP210e2 "wikilink")
14+
[AP210e2](AP210e2.html)
1515

16-
[AP210e3 draft](AP210e3 draft "wikilink")
16+
[AP210e3 draft](AP210e3_draft.html)
1717

18-
[AP214e3](AP214e3 "wikilink")
18+
[AP214e3](AP214e3.html)
1919

20-
[AP242 draft](AP242 draft "wikilink")
20+
[AP242 draft](AP242_draft.html)

List_of_tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ On the wiki
1010
- More external links
1111
- Logo, background
1212
- syntax highlighting for C, C++, Python, EXPRESS, Part 21
13-
'''[DONE](Test code page "wikilink")
13+
'''[DONE](Test_code_page.html)
1414
- etc etc etc
1515

1616
Improvements to STEPcode's source
@@ -23,6 +23,6 @@ Improvements to STEPcode's source
2323
- support for splitting a STEP file according to the recommended
2424
practices for (nested) external references
2525
- this needs fleshed out and moved to the [list of
26-
projects](list of projects "wikilink")
26+
projects](list_of_projects.html)
2727

2828

0 commit comments

Comments
 (0)