Skip to content

Commit 585596b

Browse files
authored
Merge pull request #1358 from adrianfiedler/remove-nonexisting-links-dcgan
Remove non existing example links from dcgan.md
2 parents 0b7b956 + d9fbaff commit 585596b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/reference/dcgan.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,22 +105,17 @@ dcgan.generate(callback, ?latentVector);
105105
## Examples
106106
107107
**p5.js**
108-
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector)
109108
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector_RandomWalk)
110109
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_LatentVector_Slider)
111110
* [DCGAN_Random](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/DCGAN/DCGAN_Random)
112111
113112
**p5 web editor**
114-
* [DCGAN_LatentVector](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector)
115113
* [DCGAN_LatentVector_RandomWalk](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_RandomWalk)
116114
* [DCGAN_LatentVector_Slider](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_Slider)
117115
* [DCGAN_Random](https://editor.p5js.org/ml5/sketches/DCGAN_Random)
118116
119117
120118
**plain javascript**
121-
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector)
122-
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector_RandomWalk)
123-
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_LatentVector_Slider)
124119
* [DCGAN_Random](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/DCGAN/DCGAN_Random)
125120
126121

0 commit comments

Comments
 (0)