Skip to content

Commit df45b6b

Browse files
committed
change github nickname
1 parent bcf7b92 commit df45b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $ cd ../r3d && cargo run --release --example particles < dla/dla.csv
4242
![dla-2k-buzz](images/dla-small-buzz.png)
4343

4444
[dla]: https://en.wikipedia.org/wiki/Diffusion-limited_aggregation
45-
[particles-buzz]: https://github.com/d-dorazio/r3d/blob/master/buzz/examples/particles.rs
45+
[particles-buzz]: https://github.com/danieledapo/r3d/blob/master/buzz/examples/particles.rs

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fn save_pov_scene(
137137
#[rustfmt::skip]
138138
writeln!(
139139
out,
140-
r#"// 3D DLA geometry - generated by github.com/d-dorazio/dla
140+
r#"// 3D DLA geometry - generated by github.com/danieledapo/dla
141141
142142
#version 3.7;
143143
@@ -247,7 +247,7 @@ fn save_js_scene(
247247
#[rustfmt::skip]
248248
writeln!(
249249
out,
250-
r#"// 3D DLA geometry - generated by github.com/d-dorazio/dla
250+
r#"// 3D DLA geometry - generated by github.com/danieledapo/dla
251251
252252
var DLA = {{
253253
bbox: {{

0 commit comments

Comments
 (0)